Files
Moku/src-tauri/capabilities/default.json
T
2026-03-20 22:13:43 -05:00

21 lines
542 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default permissions for Moku",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open",
"shell:allow-kill",
{
"identifier": "shell:allow-spawn",
"allow": [
{ "name": "java", "args": true },
{ "name": "javaw", "args": true },
{ "name": "suwayomi-server", "args": true },
{ "name": "tachidesk-server", "args": true }
]
}
]
}