35 lines
770 B
JSON
35 lines
770 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main",
|
|
"splash"
|
|
],
|
|
"remote": {
|
|
"urls": [
|
|
"http://localhost:817"
|
|
]
|
|
},
|
|
"permissions": [
|
|
"path:default",
|
|
"event:allow-listen",
|
|
"event:allow-unlisten",
|
|
"event:allow-emit",
|
|
"event:allow-emit-to",
|
|
"window:allow-hide",
|
|
"window:allow-show",
|
|
"window:allow-is-visible",
|
|
"window:allow-set-focus",
|
|
"window:allow-close",
|
|
"app:default",
|
|
"image:default",
|
|
"resources:default",
|
|
"menu:default",
|
|
"tray:default",
|
|
"shell:allow-open",
|
|
"notification:default",
|
|
"window-state:allow-save-window-state",
|
|
"window-state:allow-restore-state"
|
|
]
|
|
} |