Add tauri app

This commit is contained in:
Joscha 2025-01-21 23:29:45 +01:00
parent be99e7b3aa
commit 90c48d4723
40 changed files with 6449 additions and 14 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"
]
}