{ "$schema": "https://schema.tauri.app/config/1", "build": { "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm run dev", "devPath": "http://localhost:1420", "distDir": "dist" }, "package": { "productName": "UCXL Browser", "version": "0.1.0" }, "tauri": { "allowlist": { "all": false, "shell": { "all": false, "execute": false, "sidecar": false, "open": false } }, "bundle": { "active": true, "targets": "all", "identifier": "com.ucxl.browser", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "fullscreen": false, "height": 800, "resizable": true, "title": "UCXL Browser", "width": 1200, "minWidth": 800, "minHeight": 600 } ] } }