Files
OpenJarvis/desktop/src-tauri/capabilities/default.json
T
2026-03-12 17:29:39 +00:00

29 lines
738 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default permissions for OpenJarvis Desktop",
"windows": ["main"],
"permissions": [
"core:default",
"notification:default",
"global-shortcut:allow-register",
"global-shortcut:allow-unregister",
"autostart:allow-enable",
"autostart:allow-disable",
"autostart:allow-is-enabled",
"updater:default",
"process:default",
"shell:allow-execute",
"shell:allow-spawn",
"shell:allow-stdin-write",
"shell:allow-kill",
"shell:allow-open",
{
"identifier": "shell:allow-execute",
"allow": [
{ "name": "binaries/ollama", "sidecar": true, "args": true }
]
}
]
}