mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-10 14:13:55 +02:00
0cb1baf09a
* 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>
23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
| Permission | Description |
|
|
|------|-----|
|
|
|`allow-cancel`|Enables the cancel command without any pre-configured scope.|
|
|
|`deny-cancel`|Denies the cancel command without any pre-configured scope.|
|
|
|`allow-check-permissions`|Enables the check_permissions command without any pre-configured scope.|
|
|
|`deny-check-permissions`|Denies the check_permissions command without any pre-configured scope.|
|
|
|`allow-open-app-settings`|Enables the open_app_settings command without any pre-configured scope.|
|
|
|`deny-open-app-settings`|Denies the open_app_settings command without any pre-configured scope.|
|
|
|`allow-request-permissions`|Enables the request_permissions command without any pre-configured scope.|
|
|
|`deny-request-permissions`|Denies the request_permissions command without any pre-configured scope.|
|
|
|`allow-scan`|Enables the scan command without any pre-configured scope.|
|
|
|`deny-scan`|Denies the scan command without any pre-configured scope.|
|
|
|`allow-vibrate`|Enables the vibrate command without any pre-configured scope.|
|
|
|`deny-vibrate`|Denies the vibrate command without any pre-configured scope.|
|
|
|`default`|This permission set configures which
|
|
barcode scanning features are by default exposed.
|
|
|
|
#### Granted Permissions
|
|
|
|
It allows all barcode related features.
|
|
|
|
|
|