mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 20:18:37 +00:00
28 lines
508 B
JSON
28 lines
508 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 760,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"titleBarStyle": "Overlay",
|
|
"trafficLightPosition": {
|
|
"x": 17,
|
|
"y": 28
|
|
},
|
|
"hiddenTitle": true,
|
|
"transparent": true,
|
|
"windowEffects": {
|
|
"effects": ["sidebar"],
|
|
"state": "active"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["app", "dmg"]
|
|
}
|
|
}
|