Files
Moku/src-tauri/capabilities/default.json
T
2026-03-20 21:07:19 -05:00

24 lines
621 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": "tachidesk-server" },
{ "name": "suwayomi-server" },
{ "name": "suwayomi-server-aarch64-apple-darwin" },
{ "name": "suwayomi-server-x86_64-apple-darwin" },
{ "name": "javaw", "args": true },
{ "name": "which" },
{ "name": "where" }
]
}
]
}