Release!
This commit is contained in:
@@ -2,10 +2,20 @@
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"remote": {
|
||||
"urls": [
|
||||
"https://helpalert.wvumedicine.org/*"
|
||||
]
|
||||
},
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
"opener:allow-open-url"
|
||||
"core:window:allow-set-focus",
|
||||
"core:window:allow-show",
|
||||
"core:window:allow-set-always-on-top",
|
||||
"core:window:allow-unminimize",
|
||||
"allow-alert-detected"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user