{ "$schema": "https://schema.tauri.app/config/2", "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "frontendDist": "../dist", "devUrl": "http://localhost:1422" }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "productName": "pytubepp-helper", "mainBinaryName": "pytubepp-helper", "version": "0.6.0", "identifier": "com.neosubhamoy.pytubepp.helper", "plugins": {}, "app": { "security": { "csp": null }, "windows": [ { "title": "PytubePP Helper", "width": 510, "height": 345, "useHttpsScheme": true } ] } }