Files
cinny-mobile/src-tauri/capabilities/default.json
2026-05-12 22:08:15 +02:00

19 lines
333 B
JSON

{
"$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"
]
}