Initial Commit

This commit is contained in:
eneller
2026-04-13 01:02:51 +02:00
commit 9e9838d62f
43 changed files with 7114 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"
]
}