This will allow the share extension to access the Bearer token to send images to the backend.
14 lines
395 B
TOML
14 lines
395 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-saveToken"
|
|
description = "Enables the saveToken command without any pre-configured scope."
|
|
commands.allow = ["saveToken"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-saveToken"
|
|
description = "Denies the saveToken command without any pre-configured scope."
|
|
commands.deny = ["saveToken"]
|