Files
Moku/src-tauri/capabilities/default.json
T
2026-03-21 21:13:58 -07:00

14 lines
296 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",
"shell:allow-spawn",
"shell:allow-execute"
]
}