123456789101112131415161718192021222324252627282930 |
- {
- "displayName": "Sample Extension - Preferences",
- "uniqueName": "yourCompany.Samples.Preferences",
- "description": "Sample preferences 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"
- }
- ],
- "permissions": [
- "WriteNonOwnedPreferences"
- ],
- "license": "MIT",
- "categories": [
- "Extension"
- ]
- }
|