2026-04-06 10:20:25 -07:00
|
|
|
{
|
|
|
|
|
"productName": "Local Transcription",
|
2026-04-06 21:00:01 +00:00
|
|
|
"version": "1.4.2",
|
2026-04-06 13:59:23 -07:00
|
|
|
"identifier": "net.anhonesthost.local-transcription",
|
2026-04-06 10:20:25 -07:00
|
|
|
"build": {
|
|
|
|
|
"frontendDist": "../dist",
|
|
|
|
|
"devUrl": "http://localhost:1420",
|
|
|
|
|
"beforeDevCommand": "npm run dev",
|
|
|
|
|
"beforeBuildCommand": "npm run build"
|
|
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"title": "Local Transcription",
|
|
|
|
|
"width": 800,
|
|
|
|
|
"height": 600,
|
|
|
|
|
"minWidth": 640,
|
|
|
|
|
"minHeight": 480,
|
|
|
|
|
"resizable": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"targets": "all",
|
|
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
|
|
|
|
"icons/128x128@2x.png",
|
2026-04-06 13:59:23 -07:00
|
|
|
"icons/icon.icns",
|
2026-04-06 10:20:25 -07:00
|
|
|
"icons/icon.ico",
|
|
|
|
|
"icons/icon.png"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"plugins": {
|
|
|
|
|
"shell": {
|
|
|
|
|
"open": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|