16 lines
388 B
JSON
16 lines
388 B
JSON
|
|
{
|
||
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
||
|
|
"identifier": "default",
|
||
|
|
"description": "Capabilities for the main coworker window.",
|
||
|
|
"windows": ["main"],
|
||
|
|
"permissions": [
|
||
|
|
"core:default",
|
||
|
|
"core:window:allow-hide",
|
||
|
|
"core:window:allow-show",
|
||
|
|
"core:window:allow-set-focus",
|
||
|
|
"core:window:allow-unminimize",
|
||
|
|
"dialog:default",
|
||
|
|
"autostart:default"
|
||
|
|
]
|
||
|
|
}
|