{ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "devPath": "http://localhost:1422", "distDir": "../dist" }, "package": { "productName": "pytubepp-helper", "version": "0.6.0" }, "tauri": { "allowlist": { "all": false }, "windows": [ { "title": "PytubePP Helper", "width": 500, "height": 320 } ], "security": { "csp": null }, "bundle": { "active": true, "targets": "all", "identifier": "com.neosubhamoy.pytubepp.helper", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } } }