diff --git a/static/manifest.json b/static/manifest.json index cf5d31b..8e7d559 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -5,6 +5,7 @@ "background_color": "#1f1f1f", "description": "An alternative private front-end to Reddit", "theme_color": "#1f1f1f", + "start_url": "/", "icons": [ { "src": "logo.png", @@ -20,4 +21,4 @@ "sizes": "32x32" } ] -} \ No newline at end of file +}