Emscripten: added app manifest and favicon

This commit is contained in:
Sergii Pylypenko
2021-05-02 00:54:55 +03:00
parent fcc0d68864
commit 105bc6af0f
2 changed files with 15 additions and 0 deletions

View File

@@ -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"
}
]
}

View File

@@ -4,6 +4,8 @@
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>OpenTTD</title>
<link rel="manifest" href="openttd.webapp">
<link rel="icon" href="openttd.256.png">
<style>
body {
font-family: Tahoma, Arial, Helvetica, sans-serif;