14 lines
336 B
JSON
14 lines
336 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main", "scene", "app_menu"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"core:event:allow-listen",
|
|
"core:event:allow-unlisten",
|
|
"core:window:allow-close"
|
|
]
|
|
}
|