{ "$schema": "https://schema.tauri.app/config/2", "productName": "Synor Wallet", "version": "0.1.0", "identifier": "io.synor.wallet", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "pnpm build", "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Synor Wallet", "width": 1024, "height": 768, "minWidth": 800, "minHeight": 600, "resizable": true, "fullscreen": false, "center": true, "decorations": true, "transparent": false } ], "security": { "csp": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://localhost:* http://localhost:* https://*.synor.io wss://*.synor.io; img-src 'self' data: blob:; font-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'" }, "trayIcon": { "iconPath": "icons/icon.png", "iconAsTemplate": true } }, "plugins": { "fs": { "scope": { "allow": ["$APPDATA/*", "$HOME/.synor/*"] } }, "store": {}, "shell": { "open": true }, "dialog": {}, "clipboard-manager": {} }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "publisher": "Synor", "category": "Finance", "shortDescription": "Secure Synor blockchain wallet", "longDescription": "A secure desktop wallet for the Synor blockchain network with post-quantum cryptography support (Dilithium3).", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "minimumSystemVersion": "10.15", "signingIdentity": null }, "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" }, "linux": { "appimage": { "bundleMediaFramework": false }, "deb": { "depends": [] } } } }