This repository has been archived on 2026-04-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
chrom-tool/src-tauri/tauri.conf.json
Julian Freeman d42d3592bb metadata
2026-04-17 18:10:56 -04:00

38 lines
751 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "chrom-tool",
"version": "0.1.0",
"identifier": "top.volan.chrom-tool",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "浏览器助手",
"width": 1400,
"height": 900,
"minWidth": 1100,
"minHeight": 720
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}