15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:event:allow-emit",
|
|
"core:event:allow-listen",
|
|
"core:event:allow-unlisten",
|
|
"shell:allow-open"
|
|
]
|
|
} |