readest/apps/readest-app/src-tauri/plugins/tauri-plugin-native-bridge/permissions/default.toml

10 lines
262 B
TOML

[default]
description = "Default permissions for the plugin"
permissions = [
"allow-auth-with-safari",
"allow-auth-with-custom-tab",
"allow-copy-uri-to-path",
"allow-use-background-audio",
"allow-install-package",
"allow-set-system-ui-visibility",
]