mirror of
https://github.com/infinilabs/coco-app.git
synced 2026-09-02 12:15:39 +02:00
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"
|
|
]
|
|
}
|