{ "build": { "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build", "devPath": "http://localhost:1420", "distDir": "../dist", "withGlobalTauri": true }, "package": { "productName": "Lume", "version": "0.1.1" }, "tauri": { "allowlist": { "all": false, "shell": { "all": false, "open": true }, "clipboard": { "all": true, "writeText": true, "readText": true }, "notification": { "all": true }, "window": { "startDragging": true } }, "bundle": { "active": true, "category": "SocialNetworking", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"], "identifier": "com.uselume.xyz", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "updater": { "active": false }, "systemTray": { "iconPath": "icons/icon.png", "iconAsTemplate": true }, "windows": [ { "theme": "Dark", "titleBarStyle": "Overlay", "hiddenTitle": true, "transparent": false, "fullscreen": false, "resizable": true, "width": 1100, "height": 800, "minWidth": 1100, "minHeight": 800 } ] } }