Emscripten: updated app manifest
This commit is contained in:
@@ -1,13 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "OpenTTD",
|
"name": "OpenTTD",
|
||||||
"short_name": "OpenTTD",
|
"short_name": "OpenTTD",
|
||||||
"description": "Open-source transport business simulation game",
|
"description": "Open-source transport business simulation game",
|
||||||
"display": "fullscreen",
|
"display": "fullscreen",
|
||||||
"orientation": "landscape",
|
"orientation": "landscape",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "openttd.256.png",
|
"src": "openttd.256.png",
|
||||||
"sizes": "256x256"
|
"sizes": "256x256",
|
||||||
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"start_url": "/openttd.html",
|
||||||
|
"background_color": "green"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user