27 lines
524 B
JSON
27 lines
524 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-open",
|
|
{
|
|
"identifier": "shell:allow-execute",
|
|
"allow": [
|
|
{
|
|
"name": "core",
|
|
"cmd": "core.exe",
|
|
"args": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |