## Default Permission Default permissions for the plugin #### This default permission set includes the following: - `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` - `allow-get-status-bar-height` - `allow-get-sys-fonts-list` - `allow-intercept-keys` - `allow-lock-screen-orientation` ## Permission Table
Identifier Description
`native-bridge:allow-auth-with-custom-tab` Enables the auth_with_custom_tab command without any pre-configured scope.
`native-bridge:deny-auth-with-custom-tab` Denies the auth_with_custom_tab command without any pre-configured scope.
`native-bridge:allow-auth-with-safari` Enables the auth_with_safari command without any pre-configured scope.
`native-bridge:deny-auth-with-safari` Denies the auth_with_safari command without any pre-configured scope.
`native-bridge:allow-copy-uri-to-path` Enables the copy_uri_to_path command without any pre-configured scope.
`native-bridge:deny-copy-uri-to-path` Denies the copy_uri_to_path command without any pre-configured scope.
`native-bridge:allow-get-status-bar-height` Enables the get_status_bar_height command without any pre-configured scope.
`native-bridge:deny-get-status-bar-height` Denies the get_status_bar_height command without any pre-configured scope.
`native-bridge:allow-get-sys-fonts-list` Enables the get_sys_fonts_list command without any pre-configured scope.
`native-bridge:deny-get-sys-fonts-list` Denies the get_sys_fonts_list command without any pre-configured scope.
`native-bridge:allow-install-package` Enables the install_package command without any pre-configured scope.
`native-bridge:deny-install-package` Denies the install_package command without any pre-configured scope.
`native-bridge:allow-intercept-keys` Enables the intercept_keys command without any pre-configured scope.
`native-bridge:deny-intercept-keys` Denies the intercept_keys command without any pre-configured scope.
`native-bridge:allow-lock-screen-orientation` Enables the lock_screen_orientation command without any pre-configured scope.
`native-bridge:deny-lock-screen-orientation` Denies the lock_screen_orientation command without any pre-configured scope.
`native-bridge:allow-set-system-ui-visibility` Enables the set_system_ui_visibility command without any pre-configured scope.
`native-bridge:deny-set-system-ui-visibility` Denies the set_system_ui_visibility command without any pre-configured scope.
`native-bridge:allow-use-background-audio` Enables the use_background_audio command without any pre-configured scope.
`native-bridge:deny-use-background-audio` Denies the use_background_audio command without any pre-configured scope.