cider.json 952 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "comment": "Cider is a new cross-platform Apple Music experience built on Vue.js and written from the ground up with performance in mind.",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "Music Player",
  7. "Apple Music Client"
  8. ],
  9. "interface": [
  10. "JavaScript"
  11. ],
  12. "issues": [
  13. "Non-Free Network",
  14. "DRM"
  15. ],
  16. "languages": [
  17. "JavaScript",
  18. "EJS",
  19. "Less",
  20. "CSS",
  21. "TypeScript"
  22. ],
  23. "licenses": [
  24. "AGPL-3.0"
  25. ],
  26. "links": {
  27. "git": "https://github.com/ciderapp/Cider",
  28. "icon": "https://github.com/ciderapp/Cider/raw/main/resources/banner.png",
  29. "website": "https://cider.sh/"
  30. },
  31. "names": [
  32. "Cider"
  33. ],
  34. "networks_read": [
  35. "apple music"
  36. ],
  37. "networks_write": [
  38. "apple music"
  39. ],
  40. "platforms": [
  41. "Windows",
  42. "GNU/Linux"
  43. ]
  44. }