mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 09:41:34 +03:00
4e101f8016
* refactor(core): enhance app rerun-if-changed for capabilities and frontend dist * always rerun-if-changed=capabilities * fix todo * rerun if plugin permissions change * add change files
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default-plugins",
|
|
"description": "enables the default permissions",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"path:default",
|
|
"event:default",
|
|
"window:default",
|
|
"webview:default",
|
|
"app:default",
|
|
"resources:default",
|
|
"menu:default",
|
|
"tray:default"
|
|
]
|
|
}
|