{ "$schema": "https://schema.tauri.app/config/2", "productName": "Discord Presence", "version": "0.1.0", "identifier": "org.racooncity.discord-presence", "build": { "frontendDist": "../ui" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Discord Presence", "width": 460, "height": 620, "resizable": true, "decorations": true, "center": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": [ "nsis", "deb", "appimage" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }