plugins.json 677 B

12345678910111213141516171819
  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. }