This commit is contained in:
whatisnot
2025-08-21 17:34:27 +08:00
commit f49da05948
128 changed files with 10797 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"core:default",
"opener:default",
"core:window:allow-start-dragging",
"sql:default"
]
}