plugins.json 423 B

12345678910111213141516171819
  1. {
  2. "Test Plugin": {
  3. "author": "CauseFX",
  4. "description": "Some basic shit outlying what this shit does",
  5. "icon": null,
  6. "contact": null,
  7. "website": null,
  8. "version": "1.0.0",
  9. "release_date": "2018-07-12",
  10. "last_updated": "2018-07-12",
  11. "files": {
  12. "/": "test.pdf",
  13. "/plugins/images/test": "test.png",
  14. "/api/plugins/api/test": "index.php"
  15. },
  16. "images": {
  17. }
  18. }
  19. }