fix: use snake_case invoke commands

This commit is contained in:
2026-06-15 11:56:55 +08:00
parent edab5158f0
commit c9964ce4fb
25167 changed files with 9271 additions and 15148 deletions

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1 @@
custom-protocol

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-app-hide"
description = "Enables the app_hide command without any pre-configured scope."
commands.allow = ["app_hide"]
[[permission]]
identifier = "deny-app-hide"
description = "Denies the app_hide command without any pre-configured scope."
commands.deny = ["app_hide"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-app-show"
description = "Enables the app_show command without any pre-configured scope."
commands.allow = ["app_show"]
[[permission]]
identifier = "deny-app-show"
description = "Denies the app_show command without any pre-configured scope."
commands.deny = ["app_show"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-bundle-type"
description = "Enables the bundle_type command without any pre-configured scope."
commands.allow = ["bundle_type"]
[[permission]]
identifier = "deny-bundle-type"
description = "Denies the bundle_type command without any pre-configured scope."
commands.deny = ["bundle_type"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-default-window-icon"
description = "Enables the default_window_icon command without any pre-configured scope."
commands.allow = ["default_window_icon"]
[[permission]]
identifier = "deny-default-window-icon"
description = "Denies the default_window_icon command without any pre-configured scope."
commands.deny = ["default_window_icon"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-fetch-data-store-identifiers"
description = "Enables the fetch_data_store_identifiers command without any pre-configured scope."
commands.allow = ["fetch_data_store_identifiers"]
[[permission]]
identifier = "deny-fetch-data-store-identifiers"
description = "Denies the fetch_data_store_identifiers command without any pre-configured scope."
commands.deny = ["fetch_data_store_identifiers"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-identifier"
description = "Enables the identifier command without any pre-configured scope."
commands.allow = ["identifier"]
[[permission]]
identifier = "deny-identifier"
description = "Denies the identifier command without any pre-configured scope."
commands.deny = ["identifier"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-name"
description = "Enables the name command without any pre-configured scope."
commands.allow = ["name"]
[[permission]]
identifier = "deny-name"
description = "Denies the name command without any pre-configured scope."
commands.deny = ["name"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-register-listener"
description = "Enables the register_listener command without any pre-configured scope."
commands.allow = ["register_listener"]
[[permission]]
identifier = "deny-register-listener"
description = "Denies the register_listener command without any pre-configured scope."
commands.deny = ["register_listener"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-remove-data-store"
description = "Enables the remove_data_store command without any pre-configured scope."
commands.allow = ["remove_data_store"]
[[permission]]
identifier = "deny-remove-data-store"
description = "Denies the remove_data_store command without any pre-configured scope."
commands.deny = ["remove_data_store"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-remove-listener"
description = "Enables the remove_listener command without any pre-configured scope."
commands.allow = ["remove_listener"]
[[permission]]
identifier = "deny-remove-listener"
description = "Denies the remove_listener command without any pre-configured scope."
commands.deny = ["remove_listener"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-app-theme"
description = "Enables the set_app_theme command without any pre-configured scope."
commands.allow = ["set_app_theme"]
[[permission]]
identifier = "deny-set-app-theme"
description = "Denies the set_app_theme command without any pre-configured scope."
commands.deny = ["set_app_theme"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-dock-visibility"
description = "Enables the set_dock_visibility command without any pre-configured scope."
commands.allow = ["set_dock_visibility"]
[[permission]]
identifier = "deny-set-dock-visibility"
description = "Denies the set_dock_visibility command without any pre-configured scope."
commands.deny = ["set_dock_visibility"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-supports-multiple-windows"
description = "Enables the supports_multiple_windows command without any pre-configured scope."
commands.allow = ["supports_multiple_windows"]
[[permission]]
identifier = "deny-supports-multiple-windows"
description = "Denies the supports_multiple_windows command without any pre-configured scope."
commands.deny = ["supports_multiple_windows"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-tauri-version"
description = "Enables the tauri_version command without any pre-configured scope."
commands.allow = ["tauri_version"]
[[permission]]
identifier = "deny-tauri-version"
description = "Denies the tauri_version command without any pre-configured scope."
commands.deny = ["tauri_version"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-version"
description = "Enables the version command without any pre-configured scope."
commands.allow = ["version"]
[[permission]]
identifier = "deny-version"
description = "Denies the version command without any pre-configured scope."
commands.deny = ["version"]

View File

@@ -0,0 +1,8 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[default]
description = "Default permissions for the plugin."
permissions = ["allow-version", "allow-name", "allow-tauri-version", "allow-identifier", "allow-bundle-type", "allow-register-listener", "allow-remove-listener", "allow-supports-multiple-windows"]

View File

@@ -0,0 +1,8 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
[default]
description = "Default core plugins set."
permissions = ["core:path:default","core:event:default","core:window:default","core:webview:default","core:app:default","core:image:default","core:resources:default","core:menu:default","core:tray:default"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-emit"
description = "Enables the emit command without any pre-configured scope."
commands.allow = ["emit"]
[[permission]]
identifier = "deny-emit"
description = "Denies the emit command without any pre-configured scope."
commands.deny = ["emit"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-emit-to"
description = "Enables the emit_to command without any pre-configured scope."
commands.allow = ["emit_to"]
[[permission]]
identifier = "deny-emit-to"
description = "Denies the emit_to command without any pre-configured scope."
commands.deny = ["emit_to"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-listen"
description = "Enables the listen command without any pre-configured scope."
commands.allow = ["listen"]
[[permission]]
identifier = "deny-listen"
description = "Denies the listen command without any pre-configured scope."
commands.deny = ["listen"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-unlisten"
description = "Enables the unlisten command without any pre-configured scope."
commands.allow = ["unlisten"]
[[permission]]
identifier = "deny-unlisten"
description = "Denies the unlisten command without any pre-configured scope."
commands.deny = ["unlisten"]

View File

@@ -0,0 +1,8 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[default]
description = "Default permissions for the plugin, which enables all commands."
permissions = ["allow-listen", "allow-unlisten", "allow-emit", "allow-emit-to"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-from-bytes"
description = "Enables the from_bytes command without any pre-configured scope."
commands.allow = ["from_bytes"]
[[permission]]
identifier = "deny-from-bytes"
description = "Denies the from_bytes command without any pre-configured scope."
commands.deny = ["from_bytes"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-from-path"
description = "Enables the from_path command without any pre-configured scope."
commands.allow = ["from_path"]
[[permission]]
identifier = "deny-from-path"
description = "Denies the from_path command without any pre-configured scope."
commands.deny = ["from_path"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-new"
description = "Enables the new command without any pre-configured scope."
commands.allow = ["new"]
[[permission]]
identifier = "deny-new"
description = "Denies the new command without any pre-configured scope."
commands.deny = ["new"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-rgba"
description = "Enables the rgba command without any pre-configured scope."
commands.allow = ["rgba"]
[[permission]]
identifier = "deny-rgba"
description = "Denies the rgba command without any pre-configured scope."
commands.deny = ["rgba"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-size"
description = "Enables the size command without any pre-configured scope."
commands.allow = ["size"]
[[permission]]
identifier = "deny-size"
description = "Denies the size command without any pre-configured scope."
commands.deny = ["size"]

View File

@@ -0,0 +1,8 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[default]
description = "Default permissions for the plugin, which enables all commands."
permissions = ["allow-new", "allow-from-bytes", "allow-from-path", "allow-rgba", "allow-size"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-append"
description = "Enables the append command without any pre-configured scope."
commands.allow = ["append"]
[[permission]]
identifier = "deny-append"
description = "Denies the append command without any pre-configured scope."
commands.deny = ["append"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-create-default"
description = "Enables the create_default command without any pre-configured scope."
commands.allow = ["create_default"]
[[permission]]
identifier = "deny-create-default"
description = "Denies the create_default command without any pre-configured scope."
commands.deny = ["create_default"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-get"
description = "Enables the get command without any pre-configured scope."
commands.allow = ["get"]
[[permission]]
identifier = "deny-get"
description = "Denies the get command without any pre-configured scope."
commands.deny = ["get"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-insert"
description = "Enables the insert command without any pre-configured scope."
commands.allow = ["insert"]
[[permission]]
identifier = "deny-insert"
description = "Denies the insert command without any pre-configured scope."
commands.deny = ["insert"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-is-checked"
description = "Enables the is_checked command without any pre-configured scope."
commands.allow = ["is_checked"]
[[permission]]
identifier = "deny-is-checked"
description = "Denies the is_checked command without any pre-configured scope."
commands.deny = ["is_checked"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-is-enabled"
description = "Enables the is_enabled command without any pre-configured scope."
commands.allow = ["is_enabled"]
[[permission]]
identifier = "deny-is-enabled"
description = "Denies the is_enabled command without any pre-configured scope."
commands.deny = ["is_enabled"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-items"
description = "Enables the items command without any pre-configured scope."
commands.allow = ["items"]
[[permission]]
identifier = "deny-items"
description = "Denies the items command without any pre-configured scope."
commands.deny = ["items"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-new"
description = "Enables the new command without any pre-configured scope."
commands.allow = ["new"]
[[permission]]
identifier = "deny-new"
description = "Denies the new command without any pre-configured scope."
commands.deny = ["new"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-popup"
description = "Enables the popup command without any pre-configured scope."
commands.allow = ["popup"]
[[permission]]
identifier = "deny-popup"
description = "Denies the popup command without any pre-configured scope."
commands.deny = ["popup"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-prepend"
description = "Enables the prepend command without any pre-configured scope."
commands.allow = ["prepend"]
[[permission]]
identifier = "deny-prepend"
description = "Denies the prepend command without any pre-configured scope."
commands.deny = ["prepend"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-remove"
description = "Enables the remove command without any pre-configured scope."
commands.allow = ["remove"]
[[permission]]
identifier = "deny-remove"
description = "Denies the remove command without any pre-configured scope."
commands.deny = ["remove"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-remove-at"
description = "Enables the remove_at command without any pre-configured scope."
commands.allow = ["remove_at"]
[[permission]]
identifier = "deny-remove-at"
description = "Denies the remove_at command without any pre-configured scope."
commands.deny = ["remove_at"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-accelerator"
description = "Enables the set_accelerator command without any pre-configured scope."
commands.allow = ["set_accelerator"]
[[permission]]
identifier = "deny-set-accelerator"
description = "Denies the set_accelerator command without any pre-configured scope."
commands.deny = ["set_accelerator"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-as-app-menu"
description = "Enables the set_as_app_menu command without any pre-configured scope."
commands.allow = ["set_as_app_menu"]
[[permission]]
identifier = "deny-set-as-app-menu"
description = "Denies the set_as_app_menu command without any pre-configured scope."
commands.deny = ["set_as_app_menu"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-as-help-menu-for-nsapp"
description = "Enables the set_as_help_menu_for_nsapp command without any pre-configured scope."
commands.allow = ["set_as_help_menu_for_nsapp"]
[[permission]]
identifier = "deny-set-as-help-menu-for-nsapp"
description = "Denies the set_as_help_menu_for_nsapp command without any pre-configured scope."
commands.deny = ["set_as_help_menu_for_nsapp"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-as-window-menu"
description = "Enables the set_as_window_menu command without any pre-configured scope."
commands.allow = ["set_as_window_menu"]
[[permission]]
identifier = "deny-set-as-window-menu"
description = "Denies the set_as_window_menu command without any pre-configured scope."
commands.deny = ["set_as_window_menu"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-as-windows-menu-for-nsapp"
description = "Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope."
commands.allow = ["set_as_windows_menu_for_nsapp"]
[[permission]]
identifier = "deny-set-as-windows-menu-for-nsapp"
description = "Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope."
commands.deny = ["set_as_windows_menu_for_nsapp"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-checked"
description = "Enables the set_checked command without any pre-configured scope."
commands.allow = ["set_checked"]
[[permission]]
identifier = "deny-set-checked"
description = "Denies the set_checked command without any pre-configured scope."
commands.deny = ["set_checked"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-enabled"
description = "Enables the set_enabled command without any pre-configured scope."
commands.allow = ["set_enabled"]
[[permission]]
identifier = "deny-set-enabled"
description = "Denies the set_enabled command without any pre-configured scope."
commands.deny = ["set_enabled"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-icon"
description = "Enables the set_icon command without any pre-configured scope."
commands.allow = ["set_icon"]
[[permission]]
identifier = "deny-set-icon"
description = "Denies the set_icon command without any pre-configured scope."
commands.deny = ["set_icon"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-text"
description = "Enables the set_text command without any pre-configured scope."
commands.allow = ["set_text"]
[[permission]]
identifier = "deny-set-text"
description = "Denies the set_text command without any pre-configured scope."
commands.deny = ["set_text"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-text"
description = "Enables the text command without any pre-configured scope."
commands.allow = ["text"]
[[permission]]
identifier = "deny-text"
description = "Denies the text command without any pre-configured scope."
commands.deny = ["text"]

View File

@@ -0,0 +1,8 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[default]
description = "Default permissions for the plugin, which enables all commands."
permissions = ["allow-new", "allow-append", "allow-prepend", "allow-insert", "allow-remove", "allow-remove-at", "allow-items", "allow-get", "allow-popup", "allow-create-default", "allow-set-as-app-menu", "allow-set-as-window-menu", "allow-text", "allow-set-text", "allow-is-enabled", "allow-set-enabled", "allow-set-accelerator", "allow-set-as-windows-menu-for-nsapp", "allow-set-as-help-menu-for-nsapp", "allow-is-checked", "allow-set-checked", "allow-set-icon"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-basename"
description = "Enables the basename command without any pre-configured scope."
commands.allow = ["basename"]
[[permission]]
identifier = "deny-basename"
description = "Denies the basename command without any pre-configured scope."
commands.deny = ["basename"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-dirname"
description = "Enables the dirname command without any pre-configured scope."
commands.allow = ["dirname"]
[[permission]]
identifier = "deny-dirname"
description = "Denies the dirname command without any pre-configured scope."
commands.deny = ["dirname"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-extname"
description = "Enables the extname command without any pre-configured scope."
commands.allow = ["extname"]
[[permission]]
identifier = "deny-extname"
description = "Denies the extname command without any pre-configured scope."
commands.deny = ["extname"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-is-absolute"
description = "Enables the is_absolute command without any pre-configured scope."
commands.allow = ["is_absolute"]
[[permission]]
identifier = "deny-is-absolute"
description = "Denies the is_absolute command without any pre-configured scope."
commands.deny = ["is_absolute"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-join"
description = "Enables the join command without any pre-configured scope."
commands.allow = ["join"]
[[permission]]
identifier = "deny-join"
description = "Denies the join command without any pre-configured scope."
commands.deny = ["join"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-normalize"
description = "Enables the normalize command without any pre-configured scope."
commands.allow = ["normalize"]
[[permission]]
identifier = "deny-normalize"
description = "Denies the normalize command without any pre-configured scope."
commands.deny = ["normalize"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-resolve"
description = "Enables the resolve command without any pre-configured scope."
commands.allow = ["resolve"]
[[permission]]
identifier = "deny-resolve"
description = "Denies the resolve command without any pre-configured scope."
commands.deny = ["resolve"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-resolve-directory"
description = "Enables the resolve_directory command without any pre-configured scope."
commands.allow = ["resolve_directory"]
[[permission]]
identifier = "deny-resolve-directory"
description = "Denies the resolve_directory command without any pre-configured scope."
commands.deny = ["resolve_directory"]

View File

@@ -0,0 +1,8 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[default]
description = "Default permissions for the plugin, which enables all commands."
permissions = ["allow-resolve-directory", "allow-resolve", "allow-normalize", "allow-join", "allow-dirname", "allow-extname", "allow-basename", "allow-is-absolute"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-close"
description = "Enables the close command without any pre-configured scope."
commands.allow = ["close"]
[[permission]]
identifier = "deny-close"
description = "Denies the close command without any pre-configured scope."
commands.deny = ["close"]

View File

@@ -0,0 +1,8 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[default]
description = "Default permissions for the plugin, which enables all commands."
permissions = ["allow-close"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-get-by-id"
description = "Enables the get_by_id command without any pre-configured scope."
commands.allow = ["get_by_id"]
[[permission]]
identifier = "deny-get-by-id"
description = "Denies the get_by_id command without any pre-configured scope."
commands.deny = ["get_by_id"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-new"
description = "Enables the new command without any pre-configured scope."
commands.allow = ["new"]
[[permission]]
identifier = "deny-new"
description = "Denies the new command without any pre-configured scope."
commands.deny = ["new"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-remove-by-id"
description = "Enables the remove_by_id command without any pre-configured scope."
commands.allow = ["remove_by_id"]
[[permission]]
identifier = "deny-remove-by-id"
description = "Denies the remove_by_id command without any pre-configured scope."
commands.deny = ["remove_by_id"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-icon"
description = "Enables the set_icon command without any pre-configured scope."
commands.allow = ["set_icon"]
[[permission]]
identifier = "deny-set-icon"
description = "Denies the set_icon command without any pre-configured scope."
commands.deny = ["set_icon"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-icon-as-template"
description = "Enables the set_icon_as_template command without any pre-configured scope."
commands.allow = ["set_icon_as_template"]
[[permission]]
identifier = "deny-set-icon-as-template"
description = "Denies the set_icon_as_template command without any pre-configured scope."
commands.deny = ["set_icon_as_template"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-icon-with-as-template"
description = "Enables the set_icon_with_as_template command without any pre-configured scope."
commands.allow = ["set_icon_with_as_template"]
[[permission]]
identifier = "deny-set-icon-with-as-template"
description = "Denies the set_icon_with_as_template command without any pre-configured scope."
commands.deny = ["set_icon_with_as_template"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-menu"
description = "Enables the set_menu command without any pre-configured scope."
commands.allow = ["set_menu"]
[[permission]]
identifier = "deny-set-menu"
description = "Denies the set_menu command without any pre-configured scope."
commands.deny = ["set_menu"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-show-menu-on-left-click"
description = "Enables the set_show_menu_on_left_click command without any pre-configured scope."
commands.allow = ["set_show_menu_on_left_click"]
[[permission]]
identifier = "deny-set-show-menu-on-left-click"
description = "Denies the set_show_menu_on_left_click command without any pre-configured scope."
commands.deny = ["set_show_menu_on_left_click"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-temp-dir-path"
description = "Enables the set_temp_dir_path command without any pre-configured scope."
commands.allow = ["set_temp_dir_path"]
[[permission]]
identifier = "deny-set-temp-dir-path"
description = "Denies the set_temp_dir_path command without any pre-configured scope."
commands.deny = ["set_temp_dir_path"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-title"
description = "Enables the set_title command without any pre-configured scope."
commands.allow = ["set_title"]
[[permission]]
identifier = "deny-set-title"
description = "Denies the set_title command without any pre-configured scope."
commands.deny = ["set_title"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-tooltip"
description = "Enables the set_tooltip command without any pre-configured scope."
commands.allow = ["set_tooltip"]
[[permission]]
identifier = "deny-set-tooltip"
description = "Denies the set_tooltip command without any pre-configured scope."
commands.deny = ["set_tooltip"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-visible"
description = "Enables the set_visible command without any pre-configured scope."
commands.allow = ["set_visible"]
[[permission]]
identifier = "deny-set-visible"
description = "Denies the set_visible command without any pre-configured scope."
commands.deny = ["set_visible"]

View File

@@ -0,0 +1,8 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[default]
description = "Default permissions for the plugin, which enables all commands."
permissions = ["allow-new", "allow-get-by-id", "allow-remove-by-id", "allow-set-icon", "allow-set-menu", "allow-set-tooltip", "allow-set-title", "allow-set-visible", "allow-set-temp-dir-path", "allow-set-icon-as-template", "allow-set-icon-with-as-template", "allow-set-show-menu-on-left-click"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-clear-all-browsing-data"
description = "Enables the clear_all_browsing_data command without any pre-configured scope."
commands.allow = ["clear_all_browsing_data"]
[[permission]]
identifier = "deny-clear-all-browsing-data"
description = "Denies the clear_all_browsing_data command without any pre-configured scope."
commands.deny = ["clear_all_browsing_data"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-create-webview"
description = "Enables the create_webview command without any pre-configured scope."
commands.allow = ["create_webview"]
[[permission]]
identifier = "deny-create-webview"
description = "Denies the create_webview command without any pre-configured scope."
commands.deny = ["create_webview"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-create-webview-window"
description = "Enables the create_webview_window command without any pre-configured scope."
commands.allow = ["create_webview_window"]
[[permission]]
identifier = "deny-create-webview-window"
description = "Denies the create_webview_window command without any pre-configured scope."
commands.deny = ["create_webview_window"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-get-all-webviews"
description = "Enables the get_all_webviews command without any pre-configured scope."
commands.allow = ["get_all_webviews"]
[[permission]]
identifier = "deny-get-all-webviews"
description = "Denies the get_all_webviews command without any pre-configured scope."
commands.deny = ["get_all_webviews"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-internal-toggle-devtools"
description = "Enables the internal_toggle_devtools command without any pre-configured scope."
commands.allow = ["internal_toggle_devtools"]
[[permission]]
identifier = "deny-internal-toggle-devtools"
description = "Denies the internal_toggle_devtools command without any pre-configured scope."
commands.deny = ["internal_toggle_devtools"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-print"
description = "Enables the print command without any pre-configured scope."
commands.allow = ["print"]
[[permission]]
identifier = "deny-print"
description = "Denies the print command without any pre-configured scope."
commands.deny = ["print"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-reparent"
description = "Enables the reparent command without any pre-configured scope."
commands.allow = ["reparent"]
[[permission]]
identifier = "deny-reparent"
description = "Denies the reparent command without any pre-configured scope."
commands.deny = ["reparent"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-webview-auto-resize"
description = "Enables the set_webview_auto_resize command without any pre-configured scope."
commands.allow = ["set_webview_auto_resize"]
[[permission]]
identifier = "deny-set-webview-auto-resize"
description = "Denies the set_webview_auto_resize command without any pre-configured scope."
commands.deny = ["set_webview_auto_resize"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-webview-background-color"
description = "Enables the set_webview_background_color command without any pre-configured scope."
commands.allow = ["set_webview_background_color"]
[[permission]]
identifier = "deny-set-webview-background-color"
description = "Denies the set_webview_background_color command without any pre-configured scope."
commands.deny = ["set_webview_background_color"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-webview-focus"
description = "Enables the set_webview_focus command without any pre-configured scope."
commands.allow = ["set_webview_focus"]
[[permission]]
identifier = "deny-set-webview-focus"
description = "Denies the set_webview_focus command without any pre-configured scope."
commands.deny = ["set_webview_focus"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-webview-position"
description = "Enables the set_webview_position command without any pre-configured scope."
commands.allow = ["set_webview_position"]
[[permission]]
identifier = "deny-set-webview-position"
description = "Denies the set_webview_position command without any pre-configured scope."
commands.deny = ["set_webview_position"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-webview-size"
description = "Enables the set_webview_size command without any pre-configured scope."
commands.allow = ["set_webview_size"]
[[permission]]
identifier = "deny-set-webview-size"
description = "Denies the set_webview_size command without any pre-configured scope."
commands.deny = ["set_webview_size"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-webview-zoom"
description = "Enables the set_webview_zoom command without any pre-configured scope."
commands.allow = ["set_webview_zoom"]
[[permission]]
identifier = "deny-set-webview-zoom"
description = "Denies the set_webview_zoom command without any pre-configured scope."
commands.deny = ["set_webview_zoom"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-webview-close"
description = "Enables the webview_close command without any pre-configured scope."
commands.allow = ["webview_close"]
[[permission]]
identifier = "deny-webview-close"
description = "Denies the webview_close command without any pre-configured scope."
commands.deny = ["webview_close"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-webview-hide"
description = "Enables the webview_hide command without any pre-configured scope."
commands.allow = ["webview_hide"]
[[permission]]
identifier = "deny-webview-hide"
description = "Denies the webview_hide command without any pre-configured scope."
commands.deny = ["webview_hide"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-webview-position"
description = "Enables the webview_position command without any pre-configured scope."
commands.allow = ["webview_position"]
[[permission]]
identifier = "deny-webview-position"
description = "Denies the webview_position command without any pre-configured scope."
commands.deny = ["webview_position"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-webview-show"
description = "Enables the webview_show command without any pre-configured scope."
commands.allow = ["webview_show"]
[[permission]]
identifier = "deny-webview-show"
description = "Denies the webview_show command without any pre-configured scope."
commands.deny = ["webview_show"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-webview-size"
description = "Enables the webview_size command without any pre-configured scope."
commands.allow = ["webview_size"]
[[permission]]
identifier = "deny-webview-size"
description = "Denies the webview_size command without any pre-configured scope."
commands.deny = ["webview_size"]

View File

@@ -0,0 +1,8 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[default]
description = "Default permissions for the plugin."
permissions = ["allow-get-all-webviews", "allow-webview-position", "allow-webview-size", "allow-internal-toggle-devtools"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-activity-name"
description = "Enables the activity_name command without any pre-configured scope."
commands.allow = ["activity_name"]
[[permission]]
identifier = "deny-activity-name"
description = "Denies the activity_name command without any pre-configured scope."
commands.deny = ["activity_name"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-available-monitors"
description = "Enables the available_monitors command without any pre-configured scope."
commands.allow = ["available_monitors"]
[[permission]]
identifier = "deny-available-monitors"
description = "Denies the available_monitors command without any pre-configured scope."
commands.deny = ["available_monitors"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-center"
description = "Enables the center command without any pre-configured scope."
commands.allow = ["center"]
[[permission]]
identifier = "deny-center"
description = "Denies the center command without any pre-configured scope."
commands.deny = ["center"]

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-close"
description = "Enables the close command without any pre-configured scope."
commands.allow = ["close"]
[[permission]]
identifier = "deny-close"
description = "Denies the close command without any pre-configured scope."
commands.deny = ["close"]

Some files were not shown because too many files have changed in this diff Show More