{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "tauri": { "systemTray": { "iconPath": "icons/tray-icon-mono.ico", "iconAsTemplate": true }, "bundle": { "identifier": "io.github.clash-verge-rev.clash-verge-rev", "targets": ["app", "dmg", "updater"], "macOS": { "frameworks": [], "minimumSystemVersion": "10.15", "exceptionDomain": "", "signingIdentity": null, "entitlements": null }, "dmg": { "background": "images/background.png", "appPosition": { "x": 180, "y": 170 }, "applicationFolderPosition": { "x": 480, "y": 170 }, "windowSize": { "height": 400, "width": 660 }, "windowPosition": { "x": 200, "y": 180 } } } } }