21 lines
460 B
JSON
21 lines
460 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"remote": {
|
|
"urls": [
|
|
"https://helpalert.wvumedicine.org/*"
|
|
]
|
|
},
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-show",
|
|
"core:window:allow-set-always-on-top",
|
|
"core:window:allow-unminimize",
|
|
"allow-alert-detected"
|
|
]
|
|
} |