{ "$schema": "https://schema.tauri.app/config/2", "productName": "Hoppscotch", "version": "25.8.0", "identifier": "io.hoppscotch.desktop", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://127.0.0.1:1420", "beforeBuildCommand": "pnpm build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "main", "width": 500, "height": 700, "decorations": false, "alwaysOnTop": true, "resizable": false } ], "security": { "csp": { "default-src": "blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' customprotocol: asset:", "script-src": "* 'self' 'unsafe-eval' 'wasm-unsafe-eval' 'unsafe-inline'", "connect-src": "ipc: http://ipc.localhost https://api.hoppscotch.io data: *", "font-src": "https://fonts.gstatic.com data: 'self' *", "img-src": "'self' asset: http://asset.localhost blob: data: customprotocol: *", "style-src": "'unsafe-inline' 'self' https://fonts.googleapis.com data: asset: *", "worker-src": "* 'self' data: 'unsafe-eval' blob:" } } }, "bundle": { "active": false, "targets": "all", "windows": { "webviewInstallMode": { "type": "skip" } }, "createUpdaterArtifacts": false }, "plugins": { "deep-link": { "desktop": { "schemes": ["io.hoppscotch.desktop"] } }, "updater": { "active": true, "endpoints": [ "https://releases.hoppscotch.com/hoppscotch-selfhost-desktop.json" ], "dialog": false, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDYwOURFNEY4RDRGMDQxNTgKUldSWVFmRFUrT1NkWUc1RDM0Z2ZjTHE2dG52Q3ZlYzg3ZXVpZU9KaENPWTBMd3MwY0hWa1lreDcK" } } }