1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "displayName": "Sample Extension - Command Library",
- "uniqueName": "yourCompany.Samples.CommandLibrary",
- "description": "Commands Library that can be invoked by other extensions for PixiEditor",
- "version": "1.0.0",
- "localization": {
- "languages": [
- {
- "name": "English",
- "code": "en",
- "localeFileName": "Localization/en.json"
- },
- {
- "name": "Polish",
- "code": "pl",
- "localeFileName": "Localization/pl.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"
- }
- ],
- "license": "MIT",
- "categories": [
- "Extension"
- ]
- }
|