16 lines
379 B
TOML
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",
|
|
]
|