/
githubmirror
/
ChatGPT
Обзор
Документация
Войти
/
githubmirror
/
ChatGPT
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2-dev
src-tauri/capabilities/desktop.json
45 строк
1004 B
lencx
chore: send message
04 июн 2024, 20:38
04 июн 2024, 20:38
ca63adb
Код
Авторство
О чём код?
{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "desktop-capability", "windows": [ "*" ], "remote": { "urls": [ "https://chatgpt.com/*" ] }, "platforms": [ "linux", "macOS", "windows" ], "permissions": [ "window:default", "window:allow-create", "window:allow-start-dragging", "window:allow-toggle-maximize", "window:allow-minimize", "window:allow-close", "webview:default", "webview:allow-internal-toggle-devtools", "webview:allow-set-webview-zoom", "webview:allow-create-webview", "webview:allow-create-webview-window", "webview:allow-set-webview-focus", "event:default", "event:allow-emit", "event:allow-emit-to", "event:allow-listen", "event:allow-unlisten", "shell:default", "shell:allow-execute", "shell:allow-open", "os:allow-arch", "os:allow-platform", "os:allow-version", "os:allow-os-type", "os:default", "shell:default" ] }