18 lines
443 B
JSON
18 lines
443 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",
|
|
"notification:default",
|
|
"notification:allow-is-permission-granted",
|
|
"notification:allow-request-permission"
|
|
]
|
|
} |