diff --git a/apps/web/public/site.webmanifest b/apps/web/public/site.webmanifest index 04adc4cba9..9114c7c908 100644 --- a/apps/web/public/site.webmanifest +++ b/apps/web/public/site.webmanifest @@ -1,6 +1,7 @@ { "name": "Cal.com", "short_name": "Cal.com", + "description": "Scheduling infrastructure for absolutely everyone.", "icons": [ { "src": "/api/logo?type=android-chrome-192", @@ -15,5 +16,7 @@ ], "theme_color": "#ffffff", "background_color": "#ffffff", - "display": "standalone" + "display": "standalone", + "scope": "/", + "start_url": "/" } \ No newline at end of file