{ "$schema": "https://schema.tauri.app/config/2", "productName": "Quintodrome", "version": "0.1.0", "identifier": "com.quintodrome.desktop", "build": { "frontendDist": "../src" }, "app": { "withGlobalTauri": true, "windows": [ { "label": "main", "title": "Quintodrome", "width": 1280, "height": 800, "minWidth": 800, "minHeight": 600, "resizable": true, "fullscreen": false, "center": true, "url": "toolbar.html" } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "externalBin": ["binaries/navidrome"] } }