plugins.json 554 B

1234567891011121314151617181920
  1. {
  2. "Test Plugin": {
  3. "author": "CauseFX",
  4. "description": "Some basic shit outlying what this shit does",
  5. "icon": "https://pbs.twimg.com/profile_images/469017630796296193/R-bEN4UP.png",
  6. "contact": "causefx@organizr.app",
  7. "website": "https://organizr.app",
  8. "version": "1.0.0",
  9. "release_date": "2018-07-12",
  10. "last_updated": "2018-07-12",
  11. "github_folder": "test",
  12. "files": {
  13. "/": "test.pdf",
  14. "/plugins/images/test": "test.png",
  15. "/api/plugins/api/test": "index.php"
  16. },
  17. "images": {
  18. }
  19. }
  20. }