20 lines
361 B
JSON
20 lines
361 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",
|
|
"notification:default"
|
|
]
|
|
}
|