Files
2025-10-04 00:06:07 +08:00

29 lines
574 B
JSON

{
"$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"
]
}