From 105bc6af0f9ea0c28fb207f1db52768f01c1ad01 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Sun, 2 May 2021 00:54:55 +0300 Subject: [PATCH] Emscripten: added app manifest and favicon --- os/emscripten/openttd.webapp | 13 +++++++++++++ os/emscripten/shell.html | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 os/emscripten/openttd.webapp diff --git a/os/emscripten/openttd.webapp b/os/emscripten/openttd.webapp new file mode 100644 index 0000000000..37a8be787a --- /dev/null +++ b/os/emscripten/openttd.webapp @@ -0,0 +1,13 @@ +{ + "name": "OpenTTD", + "short_name": "OpenTTD", + "description": "Open-source transport business simulation game", + "display": "fullscreen", + "orientation": "landscape", + "icons": [ + { + "src": "openttd.256.png", + "sizes": "256x256" + } + ] +} diff --git a/os/emscripten/shell.html b/os/emscripten/shell.html index 17ea5b414f..6bc3260d67 100644 --- a/os/emscripten/shell.html +++ b/os/emscripten/shell.html @@ -4,6 +4,8 @@ OpenTTD + +