AWin/portable-template/config.json
2024-10-17 15:37:21 +08:00

11 lines
202 B
JSON

{
"app" : "awin-portable-template",
"title" : "awin portable template",
"icon" : "",
"backend" : "",
"frontend" : "dist/index.html",
"window" : {
"width" : 1024,
"height" : 768
}
}