robin/src-tauri/capabilities/default.json

14 lines
281 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"chat"
],
"permissions": [
"core:default",
"notification:default",
"fs:read-all",
"shell:allow-execute"
]
}