ultisuite-client/mobile/crates/ulti-core/permissions/default.toml
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

16 lines
379 B
TOML

"$schema" = "schemas/schema.json"
[default]
description = "Default permissions for the ulti-core plugin (all suite commands)."
permissions = [
"allow-store-set",
"allow-store-get",
"allow-store-delete",
"allow-store-clear",
"allow-push-register",
"allow-contacts-fetch",
"allow-share-take-pending",
"allow-share-out",
"allow-app-open-url",
]