123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- {
- "version": 1,
- "namespaces": [
- {
- "id": "main",
- "description": "Main window namespace",
- "members": [
- "main"
- ],
- "capabilities": [
- "allow-all-api-commands",
- "allow-ping",
- "allow-emit",
- "allow-listen"
- ]
- }
- ],
- "plugins": {
- "event": {
- "plugin": "event",
- "default_capability": null,
- "capabilities": [
- {
- "id": "allow-emit",
- "component": null,
- "description": "Allows the emit functionality",
- "features": [
- "emit"
- ],
- "scope": {
- "allowed": [],
- "blocked": []
- }
- },
- {
- "id": "allow-listen",
- "component": null,
- "description": "Allows the listen functionality",
- "features": [
- "listen"
- ],
- "scope": {
- "allowed": [],
- "blocked": []
- }
- }
- ],
- "features": [
- "emit",
- "listen"
- ],
- "scope_type": []
- },
- "__app__": {
- "default_capability": null,
- "capabilities": [
- {
- "id": "allow-all-api-commands",
- "component": null,
- "description": "Allows all application defined commands",
- "features": [
- "log_operation",
- "perform_request"
- ],
- "scope": {
- "allowed": [],
- "blocked": []
- }
- }
- ],
- "features": [],
- "scope_type": []
- },
- "path": {
- "plugin": "path",
- "default_capability": null,
- "capabilities": [],
- "features": [],
- "scope_type": []
- },
- "sample": {
- "plugin": "sample",
- "default_capability": {
- "id": "default",
- "component": null,
- "description": "Default empty capability set",
- "features": [],
- "scope": {
- "allowed": [],
- "blocked": []
- }
- },
- "capabilities": [
- {
- "id": "allow-ping",
- "component": null,
- "description": "Allows the ping command",
- "features": [
- "ping"
- ],
- "scope": {
- "allowed": [],
- "blocked": []
- }
- }
- ],
- "features": [
- "ping"
- ],
- "scope_type": [
- "String"
- ]
- }
- },
- "resolution": [
- {
- "member": "main",
- "commands": [
- "log_operation",
- "perform_request",
- "plugin:sample|ping",
- "plugin:event|emit",
- "plugin:event|listen"
- ]
- }
- ]
- }
|