{ "$schema": "https://schema.tauri.app/config/2", "productName": "thing", "version": "26.9.3", "identifier": "thing.lfeng.me", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:14210", "beforeBuildCommand": "bun run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Thing", "width": 1000, "height": 700, "decorations": false, "transparent": true, "visible": false, "windowEffects": { "effects": ["mica", "acrylic"] } } ], "security": { "csp": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: asset: http://asset.localhost http://127.0.0.1:*; font-src 'self' data:; connect-src ipc: http://ipc.localhost; media-src 'self' data: blob: http://127.0.0.1:*" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": ["binaries/*", "resources/thing-extension/**/*"], "windows": { "nsis": { "compression": "lzma" } } } }