mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-03 17:36:41 +00:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"build": {
|
|
"beforeBuildCommand": "npm run build",
|
|
"beforeDevCommand": "npm run dev",
|
|
"frontendDist": "../build",
|
|
"devUrl": "http://localhost:1420"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"macOS": {
|
|
"hardenedRuntime": true,
|
|
"entitlements": null,
|
|
"providerShortName": null
|
|
},
|
|
"targets": [
|
|
"app",
|
|
"dmg"
|
|
]
|
|
},
|
|
"productName": "NeoHtop",
|
|
"mainBinaryName": "NeoHtop",
|
|
"version": "1.1.2",
|
|
"identifier": "com.neohtop.dev",
|
|
"plugins": {
|
|
"os": {
|
|
"all": true
|
|
}
|
|
},
|
|
"app": {
|
|
"macOSPrivateApi": true,
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"theme":"Dark",
|
|
"height": 900,
|
|
"resizable": true,
|
|
"title": "NeoHtop",
|
|
"width": 1280,
|
|
"minWidth": 1120,
|
|
"minHeight": 700,
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true,
|
|
"transparent": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
}
|
|
} |