mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-07 19:55:45 +08:00
22 lines
512 B
JSON
Executable File
22 lines
512 B
JSON
Executable File
{
|
|
"identifier": "desktop-capability",
|
|
"platforms": ["macOS", "windows", "linux"],
|
|
"webviews": ["main"],
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"global-shortcut:default",
|
|
"updater:default",
|
|
"dialog:default",
|
|
"dialog:allow-ask",
|
|
"dialog:allow-message",
|
|
"updater:default",
|
|
"updater:allow-check",
|
|
"updater:allow-download-and-install",
|
|
"process:allow-restart",
|
|
"deep-link:default",
|
|
"window-state:default",
|
|
"window-state:default",
|
|
"autostart:default"
|
|
]
|
|
}
|