initial commit

This commit is contained in:
DecDuck
2024-10-06 01:10:57 +10:00
commit f6cd7c3d1f
42 changed files with 5528 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",
"shell:allow-open"
]
}