123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "version": 1,
- "namespaces": [
- {
- "id": "main",
- "description": "Main window namespace",
- "members": [
- "main"
- ],
- "capabilities": [
- "allow-ping"
- ]
- }
- ],
- "plugins": {
- "sample": {
- "plugin": "sample",
- "default_capability": {
- "id": "default",
- "description": "Default empty capability set",
- "features": [],
- "scope": {
- "allowed": [],
- "blocked": []
- }
- },
- "capabilities": [
- {
- "id": "allow-ping",
- "description": "Allows the ping command",
- "features": [
- "ping"
- ],
- "scope": {
- "allowed": [],
- "blocked": []
- }
- }
- ],
- "features": [
- "ping"
- ],
- "scope_type": [
- "String"
- ]
- }
- },
- "resolution": [
- {
- "member": "main",
- "capabilities": {
- "allow-ping": {
- "features": [
- "ping"
- ]
- }
- }
- }
- ]
- }
|