extension.json 841 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "displayName": "Sample Extension - Visual Tree",
  3. "uniqueName": "yourCompany.Samples.VisualTree",
  4. "description": "Sample Visual Tree extension for PixiEditor",
  5. "version": "1.0.0",
  6. "localization": {
  7. "languages": [
  8. {
  9. "name": "English",
  10. "code": "en",
  11. "localeFileName": "Localization/en.json"
  12. }
  13. ]
  14. },
  15. "author": {
  16. "name": "PixiEditor",
  17. "email": "[email protected]",
  18. "website": "https://pixieditor.net"
  19. },
  20. "publisher": {
  21. "name": "PixiEditor",
  22. "email": "[email protected]",
  23. "website": "https://pixieditor.net"
  24. },
  25. "contributors": [
  26. {
  27. "name": "flabbet",
  28. "email": "[email protected]",
  29. "website": "https://github.com/flabbet"
  30. }
  31. ],
  32. "license": "MIT",
  33. "categories": [
  34. "Extension"
  35. ],
  36. "Permissions": [
  37. "ReadUserData"
  38. ]
  39. }