23 lines
522 B
JSON
23 lines
522 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",
|
|
"shell:default",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{ "url": "https://github.com/**" },
|
|
{ "url": "https://api.github.com/**" },
|
|
{ "url": "https://*.aliyuncs.com/**" }
|
|
]
|
|
},
|
|
"updater:default",
|
|
"process:default"
|
|
]
|
|
}
|