mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-08 16:07:50 +02:00
14 lines
455 B
TOML
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"]
|