mirror of
https://github.com/readest/readest.git
synced 2026-05-01 04:50:50 +00:00
18 lines
384 B
TOML
18 lines
384 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-set-primary-lang",
|
|
"allow-get-voices",
|
|
"allow-get-voice-id",
|
|
"allow-get-all-voices",
|
|
"allow-get-granularities",
|
|
"allow-get-speaking-lang",
|
|
]
|