Initial Programm

This commit is contained in:
Joey Pillunat-Klebb | OH5 2025-11-03 15:36:43 +01:00
commit 748128d4d9
17 changed files with 7059 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"
]
}