{ "$schema": "https://schema.tauri.app/config/2", "productName": "Secrets", "version": "3.0.0", "identifier": "dev.refining.secrets", "build": { "beforeDevCommand": "", "beforeBuildCommand": "", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Secrets", "width": 420, "height": 400, "minWidth": 420, "minHeight": 400, "resizable": true, "titleBarStyle": "overlay", "hiddenTitle": true } ], "security": { "csp": null } }, "bundle": { "active": false } }