1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "displayName": "Sample Extension 1",
- "uniqueName": "yourCompany.Samples.SampleExtension",
- "description": "Sample extension for PixiEditor",
- "version": "1.0.0",
- "localization": {
- "Languages": [
- {
- "name": "English",
- "code": "en",
- "localeFileName": "Localization/en.json"
- },
- {
- "name": "PixiLang",
- "code": "px",
- "localeFileName": "Localization/pixiLang.json"
- }
- ]
- },
- "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"
- },
- {
- "name": "CPK"
- }
- ],
- "license": "MIT",
- "categories": [
- "Extension"
- ]
- }
|