jan/src-tauri/capabilities/system-monitor-window.json
2025-05-21 12:27:54 +07:00

15 lines
425 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "system-monitor-window",
"description": "enables permissions for the system monitor window",
"windows": ["system-monitor-window"],
"permissions": [
"core:default",
"core:window:allow-start-dragging",
"core:window:allow-set-theme",
"log:default",
"core:webview:allow-create-webview-window",
"core:window:allow-set-focus"
]
}