Files
clash-proxy/src-tauri/capabilities/desktop-windows.json
Tunglies 3ff22ad209 feat: add identifier, description, and windows properties to desktop-windows capabilities
fix: correct desktop-windows capability name in configuration
2025-06-05 03:10:11 +08: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"
]
}