feat: prep the scaffolding

This commit is contained in:
2026-01-21 17:49:25 -08:00
parent 6f6ba58738
commit 96494a9997
43 changed files with 9329 additions and 13 deletions
+10
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"
]
}