mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
* chore(deep-link): fix example, update documentation * update lock file * fix lint, add header * fmt
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "run-app-base",
|
|
"description": "Base permissions to run the app",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"deep-link:allow-get-current",
|
|
"deep-link:default"
|
|
]
|
|
}
|