diff --git a/static/site.webmanifest b/static/site.webmanifest index 7b897c9..c36f3b3 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -1,14 +1,15 @@ { "name": "Hextra", "short_name": "Hextra", + "start_url": "index.html", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-512x512.png", + "src": "android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }