Files
Archive/clash-verge-rev/src-tauri/capabilities/desktop-windows.json
T
2025-06-06 20:37:28 +02:00

10 lines
249 B
JSON

{
"identifier": "desktop-windows-capability",
"description": "permissions for desktop windows applications",
"windows": ["main"],
"permissions": [
"core:webview:allow-create-webview",
"core:webview:allow-create-webview-window"
]
}