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",
|
2025-04-10 15:43:45 +08:00
|
|
|
"autostart:allow-enable",
|
|
|
|
|
"autostart:allow-disable",
|
2025-05-14 21:32:26 +08:00
|
|
|
"autostart:allow-is-enabled",
|
2025-06-26 23:09:07 +08:00
|
|
|
"core:window:allow-set-theme",
|
2025-09-18 19:35:14 +08:00
|
|
|
"notification:default",
|
|
|
|
|
"http:default",
|
|
|
|
|
"http:allow-fetch",
|
|
|
|
|
{
|
|
|
|
|
"identifier": "http:default",
|
|
|
|
|
"allow": [{ "url": "https://*/*" }, { "url": "http://*/*" }]
|
2025-10-08 12:32:40 +08:00
|
|
|
},
|
|
|
|
|
"mihomo:default"
|
2024-09-13 03:21:55 +08:00
|
|
|
]
|
2024-09-02 19:33:17 +08:00
|
|
|
}
|