signal.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "comment": "A cross-platform centralized encrypted instant messaging service developed by the non-profit Signal Foundation and Signal Messenger LLC.",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "Messenger",
  7. "Group Messenger"
  8. ],
  9. "interface": [
  10. "JavaScript",
  11. "Touch",
  12. "Custom",
  13. "Electron"
  14. ],
  15. "issues": [
  16. "Requires a Cell-Phone"
  17. ],
  18. "languages": [
  19. "Java",
  20. "Kotlin"
  21. ],
  22. "licenses": [
  23. "AGPL-3.0",
  24. "GPL-3.0"
  25. ],
  26. "links": {
  27. "git": "https://github.com/signalapp/Signal-Android",
  28. "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Signal-Logo.svg/150px-Signal-Logo.svg.png",
  29. "website": "https://www.signal.org/"
  30. },
  31. "names": [
  32. "Signal",
  33. "Signal Messenger"
  34. ],
  35. "networks_read": [
  36. "signal"
  37. ],
  38. "networks_write": [
  39. "signal"
  40. ],
  41. "platforms": [
  42. "GNU/Linux",
  43. "MacOS",
  44. "Windows",
  45. "iOS",
  46. "Android",
  47. "Web"
  48. ]
  49. }