{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "Capability for the main window", "windows": [ "main" ], "permissions": [ "core:default", "opener:default", "store:default", "shell:default", "shell:allow-execute", "shell:allow-spawn", "shell:allow-kill", "shell:allow-open", { "identifier": "shell:allow-spawn", "allow": [ { "name": "core", "cmd": "core.exe", "args": true } ] }, "notification:default" ] }