mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
Ship screenshots and third-party notices for the desktop shell, and package Windows, macOS, deb, rpm, and Flatpak from GitHub Releases. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
508 B
JSON
19 lines
508 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Main window, including the embedded dsh WebUI",
|
|
"windows": ["main"],
|
|
"remote": {
|
|
"urls": ["http://127.0.0.1:*", "http://localhost:*"]
|
|
},
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-close",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-toggle-maximize",
|
|
"core:window:allow-start-dragging",
|
|
"core:webview:allow-internal-toggle-devtools",
|
|
"opener:default"
|
|
]
|
|
}
|