blob: 3bb4cc4972cc26965c26cd0b9289a120cc2e2e15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open"
]
}
|