15 lines
425 B
JSON
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"
|
|
]
|
|
}
|