29 lines
755 B
JSON
29 lines
755 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-start-dragging",
|
|
"http:default",
|
|
"core:window:allow-show",
|
|
"core:window:allow-set-focus",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "https://haystack.johncosta.tech"
|
|
},
|
|
{
|
|
"url": "http://localhost:3040"
|
|
},
|
|
{
|
|
"url": "http://192.168.1.199:3040"
|
|
}
|
|
]
|
|
},
|
|
"log:default"
|
|
]
|
|
}
|