This commit is contained in:
Joshua Seigler 2025-04-01 18:24:51 -07:00
commit 420d719fc1
38 changed files with 37951 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"
]
}