diff --git a/app/views/pwa/manifest.json.erb b/app/views/pwa/manifest.json.erb
index e780b13de6eb0a1a931694eca4e1e78043d2fb0e..82730105a533c738c9d3929326837d435f3d47a6 100644
--- a/app/views/pwa/manifest.json.erb
+++ b/app/views/pwa/manifest.json.erb
@@ -3,7 +3,7 @@
   "name": "<%= appearance_pwa_name %>",
   "short_name": "<%= appearance_pwa_short_name %>",
   "description": "<%= appearance_pwa_description %>",
-  "start_url": "<%= explore_projects_path %>",
+  "start_url": "<%= root_path %>",
   "scope": "<%= root_path %>",
   "display": "browser",
   "orientation": "any",