{ "$schema": "https://schema.tauri.app/config/2", "productName": "YouTube Summarizer", "version": "1.0.0", "identifier": "com.victorgiers.youtube-summarizer", "build": { "frontendDist": "../ui" }, "app": { "withGlobalTauri": true, "security": { "assetProtocol": { "enable": true, "scope": ["$APPLOCALDATA/data/**"] }, "csp": null }, "windows": [ { "label": "main", "title": "YouTube Summarizer", "width": 1104, "height": 800, "resizable": true } ] }, "bundle": { "active": true, "resources": [ "../backend_cli.py", "../youtube_summarizer.py", "../translate_summary.py", "../requirements.txt", "resources/backend", "resources/ffmpeg" ] } }