{ "$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": 1440, "height": 900, "minWidth": 1280, "minHeight": 800, "resizable": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [], "macOS": { "minimumSystemVersion": "10.15" } } }