diff --git a/index.html b/index.html index 211bea3..c6aa188 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - + diff --git a/manifest.json b/manifest.json index 1a47250..489c9dd 100644 --- a/manifest.json +++ b/manifest.json @@ -3,21 +3,21 @@ "description": "A detailed map of the Minecart Rapid Transit server, inspired by OpenStreetMap", "icons": [ { - "src": "/media/map512.png", + "src": "/map/media/map512.png", "type": "image/png", "sizes": "512x512" }, { - "src": "/media/map192.png", + "src": "/map/media/map192.png", "type": "image/png", "sizes": "192x192" } ], - "id": "/", - "start_url": "/", + "id": "mrtmms-map", + "start_url": "/map", "background_color": "#ccc", "display": "minimal-ui", - "scope": "/", + "scope": "/map", "theme_color": "#ccc", "shortcuts": [], "screenshots": []