mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
* build: migrate repo to use `pnpm` as the pacakge manager * corepack enable * update lock file * format files * format .github * fix audit js * wrap in quotes * --frozen-lockfile * simplify packageManager field * lockfile * remove cache from audit workflow
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "secondary-window",
|
|
"description": "capability for secondary window",
|
|
"windows": ["main-*"],
|
|
"permissions": [
|
|
{
|
|
"identifier": "sample:allow-ping",
|
|
"deny": [
|
|
{
|
|
"path": "tauri.app"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|