jan/src-tauri/capabilities/logs-window.json

18 lines
530 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "logs-window",
"description": "enables permissions for the logs window",
"windows": ["logs-window-local-api-server"],
"platforms": ["linux", "macOS", "windows"],
"permissions": [
"core:default",
"core:window:allow-start-dragging",
"core:window:allow-set-theme",
"core:window:allow-get-all-windows",
"core:event:allow-listen",
"log:default",
"core:webview:allow-create-webview-window",
"core:window:allow-set-focus"
]
}