AWin/aardiowin/config.json

11 lines
168 B
JSON
Raw Normal View History

2024-08-20 06:19:23 +00:00
{
"app" : "awin",
"title" : "awin",
2024-08-20 09:53:46 +00:00
"icon" : "logo.png",
2024-08-20 06:19:23 +00:00
"backend" : "",
"frontend" : "",
"window" : {
"width" : 500,
"height" : 500
}
}