19 lines
573 B
JSON
19 lines
573 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:webview:allow-get-all-webviews",
|
|
"core:window:allow-set-focus"
|
|
]
|
|
}
|