mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
808 B
808 B
| Permission | Description |
|---|---|
allow-get-current |
Enables the get_current command without any pre-configured scope. |
deny-get-current |
Denies the get_current command without any pre-configured scope. |
allow-is-registered |
Enables the is_registered command without any pre-configured scope. |
deny-is-registered |
Denies the is_registered command without any pre-configured scope. |
allow-register |
Enables the register command without any pre-configured scope. |
deny-register |
Denies the register command without any pre-configured scope. |
allow-unregister |
Enables the unregister command without any pre-configured scope. |
deny-unregister |
Denies the unregister command without any pre-configured scope. |
default |
Allows reading the opened deep link via the get_current command |