| 123456789101112131415161718192021222324252627 |
- {
- "displayName": "Sample Extension - Create Popup",
- "uniqueName": "yourCompany.Samples.CreatePopup",
- "description": "Sample localization extension for PixiEditor",
- "version": "1.0.0",
- "author": {
- "name": "PixiEditor",
- "email": "[email protected]",
- "website": "https://pixieditor.net"
- },
- "publisher": {
- "name": "PixiEditor",
- "email": "[email protected]",
- "website": "https://pixieditor.net"
- },
- "contributors": [
- {
- "name": "flabbet",
- "email": "[email protected]",
- "website": "https://github.com/flabbet"
- }
- ],
- "license": "MIT",
- "categories": [
- "Extension"
- ]
- }
|