{ "$schema": "https://schema.tauri.app/config/2", "productName": "GoldenChart", "version": "0.1.22", "identifier": "com.goldenchart.desktop", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:5175", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "windows": [ { "label": "main", "title": "GoldenChart", "width": 1440, "height": 900, "minWidth": 960, "minHeight": 640, "center": true, "visible": true } ], "security": { "csp": "default-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob:; connect-src 'self' http://localhost:8080 http://127.0.0.1:8080 http://exdev.co.kr https://exdev.co.kr ws://exdev.co.kr wss://exdev.co.kr ws://localhost:8080 https://api.upbit.com wss://api.upbit.com https://fonts.googleapis.com https://fonts.gstatic.com; img-src 'self' data: blob: https:; font-src 'self' data: https://fonts.gstatic.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;" }, "trayIcon": { "iconPath": "icons/icon.png", "iconAsTemplate": true } }, "bundle": { "active": true, "targets": "all", "createUpdaterArtifacts": false, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "macOS": { "exceptionDomain": "exdev.co.kr", "infoPlist": "Info.plist", "signingIdentity": "-", "entitlements": "./Entitlements.plist" } }, "plugins": { "updater": { "endpoints": [ "https://exdev.co.kr/desktop/updates/latest.json" ], "pubkey": "REPLACE_WITH_TAURI_SIGNER_PUBKEY" } } }