## Default Permission Default permissions for the plugin. - `allow-version` - `allow-name` - `allow-tauri-version` ## Permission Table
Identifier Description
`core:app:allow-app-hide` Enables the app_hide command without any pre-configured scope.
`core:app:deny-app-hide` Denies the app_hide command without any pre-configured scope.
`core:app:allow-app-show` Enables the app_show command without any pre-configured scope.
`core:app:deny-app-show` Denies the app_show command without any pre-configured scope.
`core:app:allow-default-window-icon` Enables the default_window_icon command without any pre-configured scope.
`core:app:deny-default-window-icon` Denies the default_window_icon command without any pre-configured scope.
`core:app:allow-name` Enables the name command without any pre-configured scope.
`core:app:deny-name` Denies the name command without any pre-configured scope.
`core:app:allow-set-app-theme` Enables the set_app_theme command without any pre-configured scope.
`core:app:deny-set-app-theme` Denies the set_app_theme command without any pre-configured scope.
`core:app:allow-tauri-version` Enables the tauri_version command without any pre-configured scope.
`core:app:deny-tauri-version` Denies the tauri_version command without any pre-configured scope.
`core:app:allow-version` Enables the version command without any pre-configured scope.
`core:app:deny-version` Denies the version command without any pre-configured scope.