{ "$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", "dialog:allow-open", { "identifier": "shell:allow-execute", "allow": [ { "name": "binaries/ollama", "sidecar": true, "args": true } ] } ] }