initial commit

This commit is contained in:
leo
2024-07-19 01:11:13 +02:00
commit 84b0451db4
32 changed files with 5823 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"path:default",
"event:default",
"window:default",
"app:default",
"image:default",
"resources:default",
"menu:default",
"tray:default",
"shell:allow-open",
"updater:default"
]
}