You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
895B

  1. {
  2. "slug": "MyLittleTools",
  3. "name": "MyLittleTools",
  4. "version": "1.0.3",
  5. "license": "MIT",
  6. "author": "digitalhappens.de",
  7. "authorEmail": "vandelay@digitalhappens.de",
  8. "authorUrl": "https://github.com/digitalhappens",
  9. "pluginUrl": "https://github.com/digitalhappens/MyLittleTools",
  10. "manualUrl": "https://www.youtube.com/watch?v=BCSQwT4ZiHU",
  11. "sourceUrl": "https://github.com/digitalhappens/MyLittleTools",
  12. "donateUrl": "https://paypal.me/digitalhappens",
  13. "modules": [
  14. {
  15. "slug": "MyLittleFavorites",
  16. "name": "MyLittleFavorites",
  17. "description": "favorite module handling, with state saving and loading",
  18. "tags": [
  19. "utility"
  20. ]
  21. },
  22. {
  23. "slug": "MyLittleTags",
  24. "name": "MyLittleTags",
  25. "description": "browse modules by tags the old way (without screenshots)",
  26. "tags": [
  27. "utility"
  28. ]
  29. }
  30. ]
  31. }