Files
tauri-plugins-workspace/plugins/geolocation/permissions/autogenerated/commands/request_permissions.toml
T
2024-09-16 17:01:13 +03:00

14 lines
455 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-request-permissions"
description = "Enables the request_permissions command without any pre-configured scope."
commands.allow = ["request_permissions"]
[[permission]]
identifier = "deny-request-permissions"
description = "Denies the request_permissions command without any pre-configured scope."
commands.deny = ["request_permissions"]