mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-12 14:17:48 +02:00
14 lines
383 B
TOML
14 lines
383 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-install"
|
|
description = "Enables the install command without any pre-configured scope."
|
|
commands.allow = ["install"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-install"
|
|
description = "Denies the install command without any pre-configured scope."
|
|
commands.deny = ["install"]
|