40 lines
776 B
JSON
40 lines
776 B
JSON
{
|
|
"productName": "Gitea HeatMap",
|
|
"version": "1.0.0",
|
|
"identifier": "top.shumengya.gitea-heatmap",
|
|
"build": {
|
|
"frontendDist": "../frontend"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "Gitea 贡献热力图",
|
|
"width": 600,
|
|
"height": 108,
|
|
"resizable": false,
|
|
"decorations": false,
|
|
"transparent": true,
|
|
"alwaysOnTop": false,
|
|
"center": true,
|
|
"skipTaskbar": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.png",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|