Initial Code Commit

This commit is contained in:
2025-11-07 01:00:10 +00:00
parent 59bcc27a6d
commit ec77825fa6
39 changed files with 5875 additions and 155 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"
]
}