2024-11-23 21:07:46 +00:00
|
|
|
{
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
"identifier": "default",
|
|
|
|
"description": "Capability for the main window",
|
2024-11-27 00:22:53 +00:00
|
|
|
"windows": [
|
|
|
|
"main"
|
|
|
|
],
|
2024-11-23 21:07:46 +00:00
|
|
|
"permissions": [
|
|
|
|
"core:default",
|
2024-11-27 00:22:53 +00:00
|
|
|
"shell:allow-open",
|
|
|
|
"http:default"
|
2024-11-23 21:07:46 +00:00
|
|
|
]
|
2024-11-27 00:22:53 +00:00
|
|
|
}
|