18 lines
384 B
JSON
18 lines
384 B
JSON
|
|
{
|
||
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
||
|
|
"identifier": "default",
|
||
|
|
"description": "Default capabilities for the OpenConcho desktop window",
|
||
|
|
"windows": ["main"],
|
||
|
|
"permissions": [
|
||
|
|
"core:default",
|
||
|
|
{
|
||
|
|
"identifier": "http:default",
|
||
|
|
"allow": [
|
||
|
|
{ "url": "http://**" },
|
||
|
|
{ "url": "https://**" }
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"shell:allow-open"
|
||
|
|
]
|
||
|
|
}
|