{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "Capability for the main window", "windows": ["main"], "permissions": [ "core:default", "opener:default", "deep-link:default", "core:tray:default", "autostart:default", "autostart:allow-enable", "autostart:allow-disable", "autostart:allow-is-enabled", "notification:default", "notification:allow-notify", "notification:allow-request-permission", "notification:allow-is-permission-granted", "shell:default", "shell:allow-spawn", "shell:allow-open", { "identifier": "shell:allow-spawn", "allow": [ { "name": "runtime-skill-python", "sidecar": true, "args": true } ] }, "shell:allow-stdin-write" ] }