Files
openttd-android/os/emscripten/openttd.webapp
2021-05-05 00:20:45 +03:00

17 lines
451 B
JSON

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