Files
WVUMedicine-HAWebClient/src-tauri/capabilities/default.json
T
2026-06-11 10:43:30 -04:00

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"
]
}