plugins.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "Test": {
  3. "author": "CauseFX",
  4. "category": "Testing",
  5. "description": "This is a skeleton framework for an Organizr plugin - Please look at the file structure.",
  6. "icon": "https://raw.githubusercontent.com/causefx/Organizr/v2-plugins/test/logo.png",
  7. "contact": "causefx@organizr.app",
  8. "website": "https://organizr.app",
  9. "version": "1.0.0",
  10. "release_date": "2018-07-12",
  11. "last_updated": "2021-06-14",
  12. "github_folder": "test",
  13. "license": "personal,business",
  14. "images": {
  15. "Main": "https://assets.hongkiat.com/uploads/automated-php-test/tdd-example.jpg",
  16. "Alternative": "https://i.stack.imgur.com/mCYvN.png"
  17. }
  18. },
  19. "Plex Libraries": {
  20. "author": "TehMuffinMoo",
  21. "category": "Library Management",
  22. "description": "This is plugin to allow both Administrators and users to manage plex libraries from within Organizr.",
  23. "icon": "https://raw.githubusercontent.com/causefx/Organizr/v2-plugins/plexLibraries/logo.png",
  24. "contact": "https://discordapp.com/users/293873371379400705",
  25. "website": "https://github.com/TehMuffinMoo/PlexLibraries",
  26. "version": "1.0.0",
  27. "release_date": "2021-10-03",
  28. "last_updated": "2021-10-03",
  29. "github_folder": "plexLibraries",
  30. "license": "personal,business",
  31. "images": {
  32. "Plex Admin": "https://i.imgur.com/ebAwRp1.png",
  33. "Plex Admin Dropdown": "https://i.imgur.com/tWwkGcZ.png",
  34. "Plex User": "https://i.imgur.com/GFqr31t.png",
  35. "Settings": "https://i.imgur.com/8E84afa.png",
  36. "Menu Item": "https://i.imgur.com/zRrAEhO.png"
  37. }
  38. }
  39. }