mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-29 13:31:27 +02:00
14 lines
401 B
TOML
14 lines
401 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-set-binary"
|
|
description = "Enables the set_binary command without any pre-configured scope."
|
|
commands.allow = ["set_binary"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-set-binary"
|
|
description = "Denies the set_binary command without any pre-configured scope."
|
|
commands.deny = ["set_binary"]
|