forked from akai/readest
14 lines
449 B
TOML
14 lines
449 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-requestPermissions"
|
|
description = "Enables the requestPermissions command without any pre-configured scope."
|
|
commands.allow = ["requestPermissions"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-requestPermissions"
|
|
description = "Denies the requestPermissions command without any pre-configured scope."
|
|
commands.deny = ["requestPermissions"]
|