Files
Moku/src-tauri/capabilities/default.json
2026-02-25 21:56:05 -06:00

20 lines
425 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Allow launching suwayomi-server sidecar",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open",
"shell:allow-kill",
{
"identifier": "shell:allow-spawn",
"allow": [
{
"name": "binaries/suwayomi-server",
"sidecar": true
}
]
}
]
}