Files
clash-proxy/src-tauri/capabilities/desktop.json

22 lines
512 B
JSON
Raw Permalink Normal View History

2024-09-02 19:33:17 +08:00
{
"identifier": "desktop-capability",
"platforms": ["macOS", "windows", "linux"],
2024-09-04 08:54:15 +08:00
"webviews": ["main"],
"windows": ["main"],
2024-09-13 03:21:55 +08:00
"permissions": [
"global-shortcut:default",
"updater:default",
2025-02-28 10:55:53 +08:00
"dialog:default",
"dialog:allow-ask",
"dialog:allow-message",
"updater:default",
"updater:allow-check",
"updater:allow-download-and-install",
"process:allow-restart",
2024-10-30 18:52:53 +08:00
"deep-link:default",
"window-state:default",
2024-11-20 03:52:19 +08:00
"window-state:default",
"autostart:default"
2024-09-13 03:21:55 +08:00
]
2024-09-02 19:33:17 +08:00
}