mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-28 17:38:53 +02:00
* Add default permissions to most plugins. Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de> * updated default description * mobile plugin relevant changes --------- Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de>
751 B
751 B
| Permission | Description |
|---|---|
allow-disable |
Enables the disable command without any pre-configured scope. |
deny-disable |
Denies the disable command without any pre-configured scope. |
allow-enable |
Enables the enable command without any pre-configured scope. |
deny-enable |
Denies the enable command without any pre-configured scope. |
allow-is-enabled |
Enables the is_enabled command without any pre-configured scope. |
deny-is-enabled |
Denies the is_enabled command without any pre-configured scope. |
default |
This permission set configures if your |
| application can enable or disable auto | |
| starting the application on boot. |
Granted Permissions
It allows all to check, enable and disable the automatic start on boot.
|