🎉 Initial source commit

This commit is contained in:
Tony Bark 2025-08-10 02:19:27 -04:00
commit a1a8c7dca0
72 changed files with 5525 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"
]
}