18 lines
443 B
JSON
18 lines
443 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capability for all windows",
|
|
"windows": ["*"],
|
|
"platforms": ["linux", "windows", "macOS"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
{
|
|
"identifier": "opener:allow-open-url",
|
|
"allow": [{ "url": "http://**" }, { "url": "https://**" }]
|
|
},
|
|
"notification:default",
|
|
"autostart:default"
|
|
]
|
|
}
|