new project init

This commit is contained in:
2025-01-11 15:43:52 +01:00
parent 56cc15fef5
commit b08e389b7b
46 changed files with 1876 additions and 1536 deletions

View File

@@ -1,11 +1,10 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default"
"core:default",
"opener:default"
]
}