{ "$schema": "https://schema.tauri.app/config/2", "productName": "CrossSubtitle-AI", "version": "0.1.0", "identifier": "com.crosssubtitle.ai", "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "frontendDist": "../dist", "devUrl": "http://localhost:1420" }, "app": { "windows": [ { "title": "CrossSubtitle-AI", "width": 1480, "height": 920, "resizable": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [] } }