This commit is contained in:
Hri7566 2025-07-16 19:33:00 -04:00
commit a339442395
37 changed files with 5790 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"
]
}