Files
2025-03-11 17:53:56 +07:00

18 lines
328 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"core:default",
"shell:allow-open",
"fs:default",
"fs:read-all",
"fs:read-files",
"fs:default",
"dialog:default"
]
}