project structure + really basic README

This commit is contained in:
2026-06-26 10:43:27 -05:00
commit 96843acfe0
42 changed files with 5758 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": ["core:default", "opener:default"]
}