quintodrome/desktop/src-tauri/capabilities/default.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
235 B
JSON
Raw Normal View History

2026-08-24 20:49:04 -08:00
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capability for the Quintodrome desktop window",
"windows": ["main"],
2026-08-25 02:50:10 -08:00
"permissions": ["core:default", "core:event:default"]
2026-08-24 20:49:04 -08:00
}