feat: Initial implementation

This commit is contained in:
2025-10-24 11:35:35 +07:00
commit cdeaab4e0a
143 changed files with 25287 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default",
"core:path:default",
"core:image:default"
]
}