mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-21 18:02:32 +01:00
23 lines
338 B
JSON
23 lines
338 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"width": 400,
|
|
"height": 200,
|
|
"decorations": false,
|
|
"center": true,
|
|
"url": "splashscreen.html",
|
|
"label": "splashscreen"
|
|
},
|
|
{
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"title": "Spacebar",
|
|
"maximized": true,
|
|
"visible": false,
|
|
"label": "main"
|
|
}
|
|
]
|
|
}
|
|
}
|