2026-04-24 16:52:40 -05:00
|
|
|
{
|
2026-05-04 10:12:25 -05:00
|
|
|
"$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": "http://*:*" },
|
|
|
|
|
{ "url": "https://*" },
|
|
|
|
|
{ "url": "https://*:*" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"shell:allow-open",
|
|
|
|
|
"deep-link:default"
|
|
|
|
|
]
|
2026-04-24 16:52:40 -05:00
|
|
|
}
|