mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-29 00:24:46 +01:00
32 lines
911 B
JSON
32 lines
911 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:event:allow-listen",
|
|
"core:window:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:webview:allow-create-webview",
|
|
"core:window:allow-show",
|
|
"core:webview:allow-create-webview-window",
|
|
"core:webview:allow-webview-close",
|
|
"core:window:allow-close",
|
|
"core:window:allow-hide",
|
|
"core:webview:allow-set-webview-size",
|
|
"core:window:allow-set-size",
|
|
"core:default",
|
|
"shell:allow-open",
|
|
"http:default",
|
|
"http:allow-fetch",
|
|
"http:allow-fetch-cancel",
|
|
"http:allow-fetch-read-body",
|
|
"http:allow-fetch-send",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [{ "url": "https://*.tauri.app" }],
|
|
"deny": [{ "url": "https://private.tauri.app" }]
|
|
}
|
|
]
|
|
}
|