quintodrome/desktop/src-tauri/capabilities/default.json
Philip Peterson 7a1b0e6072
Some checks are pending
CI / ci (push) Waiting to run
Quintodrome
2026-09-02 23:41:24 -08:00

10 lines
337 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"],
"remote": {
"urls": ["http://127.0.0.1:4533", "http://localhost:4533"]
}
}