{ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "devPath": "http://localhost:5173", "distDir": "../src-ui/dist" }, "package": { "productName": "EifelDC", "version": "0.1.0" }, "tauri": { "allowlist": { "all": false, "shell": { "open": true }, "dialog": { "all": true }, "window": { "all": true } }, "bundle": { "active": true, "identifier": "de.eifeldc", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [], "copyright": "", "category": "SocialNetworking", "shortDescription": "EifelDC - Matrix Chat Client", "longDescription": "EifelDC is a Discord-like Matrix chat client built with Tauri, Svelte and Rust.", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" }, "macOS": { "frameworks": [], "minimumSystemVersion": "10.15", "exceptionDomain": "", "signingIdentity": null, "entitlements": "macos/EifelDC.entitlements", "providerShortName": null } }, "security": { "csp": "default-src 'self'; connect-src https: wss: http://localhost:*; img-src https: data:; style-src 'self' 'unsafe-inline'; script-src 'self'" }, "windows": [ { "title": "EifelDC", "width": 1280, "height": 720, "minWidth": 800, "minHeight": 600, "resizable": true, "fullscreen": false, "decorations": true, "transparent": false } ], "systemTray": { "iconPath": "icons/32x32.png", "iconAsTemplate": true } } }