123456789101112131415161718192021222324252627282930313233343536 |
- {
- "displayName": "Sample Extension - Localization",
- "uniqueName": "yourCompany.Samples.Localization",
- "description": "Sample localization extension for PixiEditor",
- "localization": {
- "languages": [
- {
- "name": "English",
- "code": "en",
- "localeFileName": "Localization/en.json"
- }
- ]
- },
- "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"
- ]
- }
|