ultisuite-client/mobile/apps/contacts/src-tauri/capabilities/default.json
R3D347HR4Y d6d18f911b
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
Lots of stuff and mobile app
2026-06-17 00:13:28 +02:00

20 lines
427 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capabilities for the suite shell.",
"windows": [
"main"
],
"permissions": [
"core:default",
"core:window:default",
"core:event:default",
"core:webview:default",
"deep-link:default",
"notification:default",
"opener:default",
"opener:allow-open-url",
"ulti-core:default"
]
}