{ "build": { "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build", "devPath": "http://localhost:1420", "distDir": "../out", "withGlobalTauri": true }, "package": { "productName": "Lume", "version": "0.2.5" }, "tauri": { "allowlist": { "all": false, "app": { "all": false }, "os": { "all": true }, "http": { "all": false, "request": true, "scope": ["https://rbr.bio/*", "https://metadata.lume.nu/*"] }, "shell": { "all": false, "open": true }, "clipboard": { "all": false, "writeText": true, "readText": true }, "notification": { "all": false }, "window": { "startDragging": true, "close": true } }, "bundle": { "active": true, "category": "SocialNetworking", "copyright": "", "appimage": { "bundleMediaFramework": true }, "deb": { "depends": [] }, "externalBin": [], "icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"], "identifier": "com.lume.nu", "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": true, "endpoints": ["https://releases.lume.nu/{{target}}/{{arch}}/{{current_version}}"], "dialog": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIyOUI0Qjc1MTBCOUNGNUEKUldSYXo3a1FkVXViSWxYTlhhS0E4UjRIcEkzd04yN1Y0dys4QWY5WjRybEF5eElLcGFXZmJnRzQK", "windows": { "installMode": "passive" } }, "systemTray": { "iconPath": "icons/icon.png", "iconAsTemplate": true }, "windows": [ { "title": "Lume", "theme": "Dark", "titleBarStyle": "Overlay", "hiddenTitle": true, "transparent": false, "fullscreen": false, "resizable": true, "width": 1100, "height": 800, "minWidth": 1000, "minHeight": 700 } ] } }