{ "$schema": "https://schema.tauri.app/config/2", "productName": "OH5 QR Code Generator", "version": "0.1.0", "identifier": "com.jpk.oh5-qr-generator", "build": { "frontendDist": "../src" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "OH5 QR Code Generator", "width": 1280, "height": 700 } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/icon.png", "icons/icon.ico" ] } }