mirror of
https://github.com/readest/readest.git
synced 2026-04-30 04:20:53 +00:00
15 lines
307 B
TOML
15 lines
307 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-registerListener",
|
|
"allow-remove-listener",
|
|
]
|