Emscripten: updated app manifest

This commit is contained in:
Sergii Pylypenko
2021-05-03 00:26:35 +03:00
parent 9623c6bfd2
commit da31bb7e66

View File

@@ -1,13 +1,16 @@
{
"name": "OpenTTD",
"short_name": "OpenTTD",
"description": "Open-source transport business simulation game",
"display": "fullscreen",
"orientation": "landscape",
"name": "OpenTTD",
"short_name": "OpenTTD",
"description": "Open-source transport business simulation game",
"display": "fullscreen",
"orientation": "landscape",
"icons": [
{
"src": "openttd.256.png",
"sizes": "256x256"
"src": "openttd.256.png",
"sizes": "256x256",
"type": "image/png"
}
]
],
"start_url": "/openttd.html",
"background_color": "green"
}