Files
tauri-plugins-workspace/plugins/store/permissions/default.toml
T
2024-10-15 10:28:22 -03:00

31 lines
539 B
TOML

"$schema" = "schemas/schema.json"
[default]
description = """
This permission set configures what kind of
operations are available from the store plugin.
#### Granted Permissions
All operations are enabled by default.
"""
permissions = [
"allow-create-store",
"allow-new-or-existing",
"allow-get-store",
"allow-close-store",
"allow-set",
"allow-get",
"allow-has",
"allow-delete",
"allow-clear",
"allow-reset",
"allow-keys",
"allow-values",
"allow-entries",
"allow-length",
"allow-load",
"allow-save",
]