Files
LiHaohua 0d6edec3e7 Migrate all files from M5Stack-AppBuilder
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 12:00:45 +08:00

34 lines
1.0 KiB
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default",
{
"identifier": "shell:allow-spawn",
"allow": [
{ "name": "scons", "cmd": "scons", "args": true },
{ "name": "bash", "cmd": "bash", "args": true },
{ "name": "scp", "cmd": "scp", "args": true },
{ "name": "ssh", "cmd": "ssh", "args": true },
{ "name": "qemu-aarch64", "cmd": "qemu-aarch64", "args": true },
{ "name": "docker", "cmd": "docker", "args": true },
{ "name": "nerdctl", "cmd": "nerdctl", "args": true },
{ "name": "brew", "cmd": "brew", "args": true },
{ "name": "limactl", "cmd": "limactl", "args": true },
{ "name": "curl", "cmd": "curl", "args": true }
]
},
"shell:allow-stdin-write",
"shell:allow-kill",
"shell:allow-open",
"dialog:allow-open",
"dialog:allow-save",
"dialog:allow-message",
"dialog:allow-ask"
]
}