{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "dumpsterChat", "version": "0.2.9", "identifier": "coffee.dustin.dumpster", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:5173", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "windows": [ { "title": "dumpsterChat", "width": 1100, "height": 750, "minWidth": 680, "minHeight": 480, "resizable": true, "fullscreen": false, "center": true } ], "security": { "csp": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; connect-src 'self' wss: https:;" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "linux": { "deb": { "depends": ["libwebkit2gtk-4.1-0", "libgtk-3-0", "libappindicator3-1"] } } } }