{ "$schema": "https://schema.tauri.app/config/2", "productName": "Paarrot", "version": "4.10.15", "identifier": "wtf.ruv.paarrot", "build": { "frontendDist": "../cinny/dist", "devUrl": "http://localhost:8080", "beforeDevCommand": "cd cinny && npm start", "beforeBuildCommand": "cd cinny && npm run build" }, "app": { "withGlobalTauri": true, "windows": [ { "label": "main", "title": "Paarrot", "width": 1200, "height": 800, "minWidth": 480, "minHeight": 480, "resizable": true, "fullscreen": false, "create": false } ], "security": { "csp": "script-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src 'self' https: http: data: blob:" } }, "plugins": { "updater": { "endpoints": [ "http://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases/download/latest/update.json" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDExREU1NkVBMDY4MzcxMjAKUldRZ2NZTUc2bGJlRVNaQldnMXpJcHlocVpCWUNNaUdicjBGMVRsck1GQXhvTnJiOUNhVVRHSzQK", "dangerousInsecureTransportProtocol": true } }, "bundle": { "active": true, "targets": ["msi", "appimage", "deb", "rpm"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [], "externalBin": [], "copyright": "", "category": "SocialNetworking", "shortDescription": "Yet another matrix client", "longDescription": "", "linux": { "deb": { "depends": [] } }, "macOS": { "frameworks": [], "minimumSystemVersion": "", "exceptionDomain": "", "signingIdentity": null, "providerShortName": null, "entitlements": null }, "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { "bannerPath": "wix/banner.bmp", "dialogImagePath": "wix/dialogImage.bmp" }, "nsis": null } } }