{ "build": { "beforeDevCommand": "yarn start --port 1420", "beforeBuildCommand": "yarn build", "devPath": "http://localhost:1420", "distDir": "../dist/Nothing", "withGlobalTauri": false }, "package": { "productName": "Nothing", "version": "0.0.0" }, "tauri": { "systemTray": { "iconPath": "icons/NothingIcon.png", "iconAsTemplate": false }, "allowlist": { "all": true, "shell": { "all": false, "open": true } }, "bundle": { "active": true, "icon": [ "icons/32x32.png", "icons/NothingIcon.png" ], "identifier": "me.isark.poe.Nothing", "targets": "all" }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "label": "Overlay", "title": "Nothing", "transparent": true, "visible": false, "decorations": false, "alwaysOnTop": true, "resizable": false, "focus": false }, { "label": "Normal", "title": "Nothing", "transparent": false, "visible": false, "decorations": true, "resizable": true, "focus": false } ] } }