This commit is contained in:
2026-05-12 22:08:15 +02:00
parent 24d34c77d5
commit 0a02a94561
24 changed files with 5318 additions and 11596 deletions

View File

@@ -0,0 +1,18 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main mobile webview.",
"local": true,
"remote": {
"urls": [
"http://localhost:44548",
"http://localhost:8080"
]
},
"windows": [
"main"
],
"permissions": [
"core:default"
]
}