mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
120 lines
1.2 KiB
Markdown
120 lines
1.2 KiB
Markdown
## Default Permission
|
|
|
|
Allows reading the opened deep link via the get_current command
|
|
|
|
- `allow-get-current`
|
|
|
|
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`deep-link:allow-get-current`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the get_current command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`deep-link:deny-get-current`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the get_current command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`deep-link:allow-is-registered`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the is_registered command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`deep-link:deny-is-registered`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the is_registered command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`deep-link:allow-register`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the register command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`deep-link:deny-register`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the register command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`deep-link:allow-unregister`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the unregister command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`deep-link:deny-unregister`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the unregister command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|