mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
23 lines
598 B
JSON
23 lines
598 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:webview:allow-set-webview-zoom",
|
|
"shell:default",
|
|
"updater:default",
|
|
"dialog:default",
|
|
"process:default",
|
|
"store:default",
|
|
"window-state:default",
|
|
"os:default",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [{ "url": "http://*" }, { "url": "https://*" }, { "url": "http://*:*/*" }]
|
|
}
|
|
]
|
|
}
|