Initial commit

This commit is contained in:
2025-07-17 13:52:11 -07:00
commit 04db244c97
39 changed files with 7465 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"
]
}