forked from akai/readest
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"]
|