mirror of
https://github.com/SerTimBerrners-Lee/talkis.git
synced 2026-07-09 17:29:15 +00:00
24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "widget",
|
|
"title": "Talkis",
|
|
"url": "index.html?window=widget",
|
|
"width": 78,
|
|
"height": 32,
|
|
"minWidth": 18,
|
|
"minHeight": 18,
|
|
"resizable": false,
|
|
"decorations": false,
|
|
"transparent": true,
|
|
"alwaysOnTop": true,
|
|
"skipTaskbar": true,
|
|
"acceptFirstMouse": true,
|
|
"shadow": false,
|
|
"x": 682,
|
|
"y": 800
|
|
}
|
|
]
|
|
}
|
|
}
|