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

31 lines
771 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",
"autostart:allow-enable",
"autostart:allow-disable",
2025-05-14 21:32:26 +08:00
"autostart:allow-is-enabled",
"core:window:allow-set-theme",
"notification:default",
"http:default",
"http:allow-fetch",
{
"identifier": "http:default",
"allow": [{ "url": "https://*/*" }, { "url": "http://*/*" }]
},
"mihomo:default"
2024-09-13 03:21:55 +08:00
]
2024-09-02 19:33:17 +08:00
}