From 69be72e6e1bc3dd12c2e69319d6fa7b225fb6185 Mon Sep 17 00:00:00 2001 From: iiiii7d Date: Tue, 2 Jan 2024 16:26:28 +0000 Subject: [PATCH] deploy: 7845a4ff9d604e1d6852fa19c3fee522cea293a8 --- index.html | 2 +- manifest.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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": []