synq-core-next/src-tauri/capabilities/default.json
2026-05-07 19:24:45 -07:00

10 lines
234 B
JSON
Executable file

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capabilities for the Synq Core app",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open"
]
}