Skip to content

Commit

Permalink
deploy: d3a7931
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiii7d committed Jan 2, 2024
1 parent 2b7d7a6 commit d785bdd
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<meta name="author" content="MRT Mapping Services" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="icon" type="image/png" href="./media/map.png" />
<link rel="icon" type="image/png" href="media/map192.png" />
<link rel="manifest" href="manifest.json">

<link rel="stylesheet" href="out.css" />
<script defer src="out.js"></script>
Expand Down
24 changes: 24 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "MRT City Map",
"description": "A detailed map of the Minecart Rapid Transit server, inspired by OpenStreetMap",
"icons": [
{
"src": "/media/map512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/media/map192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"id": "/",
"start_url": "/",
"background_color": "#ccc",
"display": "minimal-ui",
"scope": "/",
"theme_color": "#ccc",
"shortcuts": [],
"screenshots": []
}
Binary file removed media/map.png
Binary file not shown.
Binary file added media/map192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/map512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d785bdd

Please sign in to comment.