{ "$schema": "https://schema.tauri.app/config/2", "productName": "Flash Send", "version": "1.0.0", "identifier": "com.flashsend.app", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:5173", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Flash Send", "width": 1200, "height": 800, "resizable": true, "fullscreen": false, "minWidth": 800, "minHeight": 600 } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["app", "nsis"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "plugins": {} }