19 lines
557 B
JSON
19 lines
557 B
JSON
|
|
{
|
||
|
|
"$schema": "https://schema.tauri.app/core/schema/capabilities/2",
|
||
|
|
"identifier": "default",
|
||
|
|
"description": "Capabilities for the bundled settings + output windows. The external /ui/ webview gets no invoke access.",
|
||
|
|
"windows": ["settings", "output"],
|
||
|
|
"permissions": [
|
||
|
|
"core:default",
|
||
|
|
"notification:default",
|
||
|
|
"notification:allow-notify",
|
||
|
|
"notification:allow-request-permission",
|
||
|
|
"shell:allow-open",
|
||
|
|
"dialog:default",
|
||
|
|
"dialog:allow-open",
|
||
|
|
"dialog:allow-save",
|
||
|
|
"dialog:allow-message",
|
||
|
|
"dialog:allow-ask"
|
||
|
|
]
|
||
|
|
}
|