quintodrome/desktop/src-tauri/capabilities/default.json
2026-08-25 04:58:17 -08:00

20 lines
491 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capability for the Quintodrome desktop window",
"windows": ["main"],
"permissions": [
"core:default",
"core:event:default",
"shell:allow-open",
"allow-back",
"allow-forward",
"allow-reload",
"allow-navigate",
"allow-read-clipboard",
"allow-write-clipboard"
],
"remote": {
"urls": ["http://127.0.0.1:4533", "http://localhost:4533"]
}
}