{ "$schema": "https://schema.tauri.app/config/2", "productName": "Hound Antivirus", "version": "0.1.0", "identifier": "com.joelovestech.hound", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:1420", "beforeDevCommand": "", "beforeBuildCommand": "" }, "app": { "windows": [ { "title": "Hound Antivirus", "width": 940, "height": 640, "minWidth": 760, "minHeight": 520, "resizable": true, "center": true, "fullscreen": false, "decorations": true } ], "security": { "csp": null }, "trayIcon": { "iconPath": "icons/state-protected-22.png", "iconAsTemplate": false } }, "bundle": { "active": true, "targets": ["app", "deb"], "icon": [ "icons/hound-48.png", "icons/state-protected-32.png" ], "resources": ["icons/state-protected-22.png", "icons/state-scanning-22.png", "icons/state-threat-22.png", "icons/state-paused-22.png"] } }