mirror of
https://github.com/FluxaMedia/fluxa-desktop.git
synced 2026-08-06 16:59:20 +00:00
22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"identifier": "default",
|
|
"description": "Default capabilities for Fluxa Desktop",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-set-fullscreen",
|
|
"core:window:allow-is-fullscreen",
|
|
"shell:allow-open",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{ "url": "http://*" },
|
|
{ "url": "https://*" }
|
|
]
|
|
},
|
|
"libmpv:default",
|
|
"updater:default",
|
|
"process:allow-restart",
|
|
"dialog:allow-open"
|
|
]
|
|
}
|