lbry-desktop.json 961 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "comment": "A desktop app, front end for LBRY network",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "LBRY Client",
  7. "Publication",
  8. "Video Player",
  9. "Music Player",
  10. "Marketplace",
  11. "Crypto"
  12. ],
  13. "interface": [
  14. "Electron"
  15. ],
  16. "issues": [
  17. "Discontinued"
  18. ],
  19. "languages": [
  20. "JavaScript"
  21. ],
  22. "licenses": [
  23. "MIT"
  24. ],
  25. "links": {
  26. "git": "https://github.com/lbryio/lbry-desktop",
  27. "icon": "https://logos-download.com/wp-content/uploads/2019/01/LBRY_Credits_LBC_Logo.png",
  28. "website": "https://lbry.com/",
  29. "wikipedia": "https://en.wikipedia.org/wiki/LBRY"
  30. },
  31. "names": [
  32. "LBRY Desktop",
  33. "LBRY"
  34. ],
  35. "networks_read": [
  36. "LBRY"
  37. ],
  38. "networks_write": [
  39. "LBRY"
  40. ],
  41. "platforms": [
  42. "GNU/Linux",
  43. "Windows",
  44. "MacOS"
  45. ]
  46. }