Files

15 lines
306 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"core:default",
"dialog:default",
"shellx:allow-open",
"shellx:allow-execute",
"shellx:allow-spawn"
]
}