plugins.json 745 B

1234567891011121314151617181920212223
  1. {
  2. "Test Plugin": {
  3. "author": "CauseFX",
  4. "category": "Testing",
  5. "description": "Some basic shit outlying what this shit does",
  6. "icon": "https://pbs.twimg.com/profile_images/469017630796296193/R-bEN4UP.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": "2018-07-12",
  12. "github_folder": "test",
  13. "files": {
  14. "/": "test.pdf",
  15. "/plugins/images/test": "test.png",
  16. "/api/plugins/api/test": "index.php"
  17. },
  18. "images": {
  19. "https://www.bloggingalways.com/wp-content/uploads/2017/11/Test-Logo.svg.png",
  20. "https://lakeridgenewsonline.com/wp-content/uploads/2018/03/Testing.jpg"
  21. }
  22. }
  23. }