mirror of https://github.com/pozm/gdke.git
11 lines
222 B
JSON
11 lines
222 B
JSON
|
{
|
||
|
"$schema": "../gen/schemas/desktop-schema.json",
|
||
|
"identifier": "default",
|
||
|
"description": "Capability for the main window",
|
||
|
"windows": ["main"],
|
||
|
"permissions": [
|
||
|
"core:default",
|
||
|
"shell:allow-open"
|
||
|
]
|
||
|
}
|