This commit is contained in:
webfussel 2025-07-17 09:02:38 +02:00
commit 1db3a48278
95 changed files with 7462 additions and 0 deletions

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"
]
}