24 lines
453 B
JSON
24 lines
453 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Coop",
|
|
"label": "main",
|
|
"width": 860,
|
|
"height": 650,
|
|
"minWidth": 860,
|
|
"minHeight": 650,
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true,
|
|
"transparent": true,
|
|
"windowEffects": {
|
|
"state": "followsWindowActiveState",
|
|
"effects": [
|
|
"underWindowBackground"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|