themes.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "Plex Theme": {
  3. "author": "Grant Burry",
  4. "category": "Testing",
  5. "description": "A theme for Organizr that emulates the style of Plex",
  6. "icon":
  7. "https://raw.githubusercontent.com/Burry/organizr-v2-plex-theme/master/icon.png",
  8. "contact": null,
  9. "website": "https://github.com/Burry/organizr-v2-plex-theme",
  10. "version": "2.8.0",
  11. "release_date": "2018-07-31",
  12. "last_updated": "2018-12-1",
  13. "github_folder": "plex_theme",
  14. "license": "personal,business",
  15. "files": {
  16. "/css/themes": "Plex.css",
  17. "/plugins/theme_files/plex_theme/images": "rotten.svg",
  18. "/plugins/theme_files/plex_theme/images": "times.svg",
  19. "/plugins/theme_files/plex_theme/images/background":
  20. "blur-dark.png|blur-light.png|noise.png",
  21. "/plugins/theme_files/plex_theme/images/cache":
  22. "no-request.svg|not-found.svg",
  23. "/plugins/theme_files/plex_theme/images/groups":
  24. "admin.svg|coadmin.svg|guest.svg|poweruser.svg|superuser.svg|user.svg",
  25. "/plugins/theme_files/plex_theme/images/tabs": "ombi.svg"
  26. },
  27. "images": {
  28. "Login":
  29. "https://raw.githubusercontent.com/Burry/organizr-v2-plex-theme/master/screenshots/1.png",
  30. "Splash":
  31. "https://raw.githubusercontent.com/Burry/organizr-v2-plex-theme/master/screenshots/2.png",
  32. "Homepage":
  33. "https://raw.githubusercontent.com/Burry/organizr-v2-plex-theme/master/screenshots/3.png",
  34. "Search":
  35. "https://raw.githubusercontent.com/Burry/organizr-v2-plex-theme/master/screenshots/4.png"
  36. },
  37. "css": {},
  38. "javascript": {}
  39. }
  40. }