18 lines
465 B
JSON
18 lines
465 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"dialog:default",
|
|
"core:window:allow-start-dragging",
|
|
"http:default",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [{ "url": "https://haystack.johncosta.tech" }]
|
|
}
|
|
]
|
|
}
|