Files

22 lines
644 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Ant Browser",
"outputfilename": "ant-chrome",
"frontend:install": "npm install && npm run ensure:native",
"frontend:build": "npm run build:clean",
"author": {
"name": "Ant Chrome Team",
"email": "contact@antblack.de"
},
"info": {
"companyName": "Ant Chrome",
"productName": "Ant Browser",
"productVersion": "1.3.0",
"copyright": "Copyright © 2026",
"comments": "面向多账号隔离、代理绑定和本地环境管理的桌面浏览器工具"
},
"nsisType": "multiple",
"obfuscated": false,
"wailsjsdir": "./frontend/src"
}