papayu/desktop/src-tauri/capabilities/default.json
2026-02-11 22:00:43 +03:00

16 lines
315 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default",
"dialog:allow-open",
"core:event:allow-listen",
"updater:default",
"process:allow-restart"
]
}