forked from imbytecat/fullstack-starter
28 lines
545 B
JSON
28 lines
545 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"local": true,
|
|
"remote": {
|
|
"urls": [
|
|
"http://localhost:*",
|
|
"http://127.0.0.1:*",
|
|
"http{s}?://localhost(:\\d+)?/*"
|
|
]
|
|
},
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-set-title",
|
|
{
|
|
"identifier": "shell:allow-execute",
|
|
"allow": [
|
|
{
|
|
"name": "binaries/app",
|
|
"sidecar": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|