{ "$schema": "https://schema.tauri.app/config/2", "productName": "CC Switch", "version": "3.5.1", "identifier": "com.ccswitch.desktop", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:3000", "beforeDevCommand": "pnpm run dev:renderer", "beforeBuildCommand": "pnpm run build:renderer" }, "app": { "windows": [ { "label": "main", "title": "", "width": 900, "height": 650, "minWidth": 800, "minHeight": 600, "resizable": true, "fullscreen": false, "titleBarStyle": "Transparent" } ], "security": { "csp": "default-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' ipc: http://ipc.localhost https: http:" } }, "bundle": { "active": true, "targets": "all", "createUpdaterArtifacts": true, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "windows": { "wix": { "template": "wix/per-user-main.wxs" } } }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEM4MDI4QzlBNTczOTI4RTMKUldUaktEbFhtb3dDeUM5US9kT0FmdGR5Ti9vQzcwa2dTMlpibDVDUmQ2M0VGTzVOWnd0SGpFVlEK", "endpoints": [ "https://github.com/farion1231/cc-switch/releases/latest/download/latest.json" ] } } }