{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "productName": "NextChat", "mainBinaryName": "next-chat", "identifier": "com.yida.chatgpt.next.web", "version": "2.15.4", "build": { "beforeBuildCommand": "yarn export", "beforeDevCommand": "yarn export:dev", "devUrl": "http://localhost:3000", "frontendDist": "../out" }, "plugins": { "updater": { "active": true, "dialog": false, "windows": { "installMode": "passive" }, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERFNDE4MENFM0Y1RTZBOTQKUldTVWFsNC96b0JCM3RqM2NmMnlFTmxIaStRaEJrTHNOU2VqRVlIV1hwVURoWUdVdEc1eDcxVEYK", "endpoints": [ "https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/releases/latest/download/latest.json" ] } }, "app": { "withGlobalTauri": true, "windows": [ { "fullscreen": false, "height": 600, "resizable": true, "title": "NextChat", "width": 960, "hiddenTitle": true, "titleBarStyle": "Overlay" } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "category": "Utility", "copyright": "Copyright © 2024 GPTsMotion Tech LLC All Rights Reserved.", "shortDescription": "NextChat App", "longDescription": "Experience NextChat: Local-first, seamless, and designed for the ultimate chat experience", "macOS": { "signingIdentity": "-" }, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "createUpdaterArtifacts": "v1Compatible" } }