mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00
14 lines
443 B
TOML
14 lines
443 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-get-selected-text"
|
|
description = "Enables the get_selected_text command without any pre-configured scope."
|
|
commands.allow = ["get_selected_text"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-get-selected-text"
|
|
description = "Denies the get_selected_text command without any pre-configured scope."
|
|
commands.deny = ["get_selected_text"]
|