{ "$schema": "https://schema.tauri.app/config/2", "productName": "BWF Analyser", "version": "1.5.1", "identifier": "com.vincentrozenberg.bwf-analyser", "build": { "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "windows": [ { "label": "main", "title": "BWF Analyser", "width": 1360, "height": 900, "minWidth": 1040, "minHeight": 560, "resizable": true, "dragDropEnabled": true, "hiddenTitle": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": [ "app" ], "category": "public.app-category.music", "copyright": "MIT licensed", "shortDescription": "Broadcast Wave metadata analyser", "longDescription": "Reads scene, take, timecode and iXML metadata from a folder of BWF/WAV recordings, and writes edits back to the original files. Everything stays on this machine.", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns" ], "macOS": { "minimumSystemVersion": "10.15" } } }