{ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "frontendDist": "../dist", "devUrl": "http://localhost:1420" }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "productName": "snotes-deck", "mainBinaryName": "snotes-deck", "version": "0.0.15", "identifier": "space.maidsin.snotes-deck", "plugins": {}, "app": { "withGlobalTauri": true, "windows": [ { "title": "Snotes", "width": 800, "height": 600, "useHttpsScheme": true } ], "security": { "csp": null } } }