{ "$schema": "../../core/tauri-config-schema/schema.json", "productName": "Parent Window", "version": "0.1.0", "identifier": "com.tauri.dev", "build": { "frontendDist": ["index.html"] }, "app": { "withGlobalTauri": true, "security": { "csp": "default-src 'self'; connect-src ipc: http://ipc.localhost" } }, "bundle": { "active": true, "targets": "all", "icon": [ "../.icons/32x32.png", "../.icons/128x128.png", "../.icons/128x128@2x.png", "../.icons/icon.icns", "../.icons/icon.ico" ] } }