{ "$schema": "https://schema.tauri.app/config/2", "productName": "BOS Settings", "version": "0.8.0", "identifier": "dev.breadway.bos-settings", "build": { "beforeDevCommand": "npm --prefix frontend run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm --prefix frontend run build", "frontendDist": "../frontend/build" }, "app": { "windows": [ { "title": "BOS Settings", "width": 960, "height": 640, "decorations": false, "backgroundColor": "#0c0c0c" } ], "security": { "csp": null, "assetProtocol": { "enable": true, "scope": ["$HOME/Pictures/Backgrounds/**"] } } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }