21 lines
658 B
JSON
21 lines
658 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "system-monitor-window",
|
|
"description": "enables permissions for the system monitor window",
|
|
"windows": ["system-monitor-window"],
|
|
"platforms": ["linux", "macOS", "windows"],
|
|
"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",
|
|
"hardware:allow-get-system-info",
|
|
"hardware:allow-get-system-usage",
|
|
"llamacpp:allow-get-devices",
|
|
"llamacpp:allow-read-gguf-metadata",
|
|
"deep-link:allow-get-current"
|
|
]
|
|
}
|