{ "$schema": "https://schema.tauri.app/config/2", "productName": "Kon", "version": "0.1.0", "identifier": "uk.co.corbel.kon", "build": { "beforeDevCommand": "npm run dev:frontend", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../build" }, "app": { "windows": [ { "title": "Kon", "width": 1020, "height": 720, "minWidth": 960, "minHeight": 600, "decorations": false, "resizable": true, "center": true } ], "security": { "csp": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' asset: https://asset.localhost; connect-src ipc: http://ipc.localhost asset: https://asset.localhost http://127.0.0.1:* ws://127.0.0.1:*; media-src 'self' asset: https://asset.localhost" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }