mirror of
https://github.com/readest/readest.git
synced 2026-04-29 12:00:49 +00:00
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
22 lines
541 B
TOML
22 lines
541 B
TOML
[default]
|
|
description = "Default permissions for the plugin"
|
|
permissions = [
|
|
"allow-init",
|
|
"allow-speak",
|
|
"allow-stop",
|
|
"allow-pause",
|
|
"allow-resume",
|
|
"allow-set-rate",
|
|
"allow-set-pitch",
|
|
"allow-set-voice",
|
|
"allow-get-all-voices",
|
|
"allow-set-media-session-active",
|
|
"allow-update-media-session-state",
|
|
"allow-update-media-session-metadata",
|
|
"allow-register-listener",
|
|
"allow-remove-listener",
|
|
"allow-check-permissions",
|
|
"allow-request-permissions",
|
|
"allow-checkPermissions",
|
|
"allow-requestPermissions",
|
|
]
|