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.

34 lines
808B

  1. {
  2. "slug": "TextDisplay",
  3. "name": "TextDisplay",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "DETNOISE",
  7. "author": "DETNOISE",
  8. "authorEmail": "detnoise@gmail.com",
  9. "authorUrl": "https://github.com/detnoise",
  10. "pluginUrl": "https://github.com/detnoise/TextDisplay",
  11. "manualUrl": "",
  12. "sourceUrl": "",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "VerticalText",
  18. "name": "Vertical Text Display",
  19. "description": "Displays user-editable text vertically.",
  20. "tags": [
  21. "Visual"
  22. ]
  23. },
  24. {
  25. "slug": "TextExpander",
  26. "name": "Text Effects Expander",
  27. "description": "Adds special effects to the Vertical Text Display module.",
  28. "tags": [
  29. "Expander",
  30. "Utility"
  31. ]
  32. }
  33. ]
  34. }