This commit is contained in:
2026-03-30 11:04:04 +02:00
commit db9201e2ed
38 changed files with 1191 additions and 0 deletions

10
capabilities/default.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default"
]
}