From 4d89da99a782a506d898b8f4cde082d136edd5c5 Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Mon, 29 Jul 2024 06:37:31 +0100 Subject: [PATCH] feat: pwa ready and add shortcut for quick access (#15957) * chore: Update site.webmanifest with additional display properties * chore: Update site.webmanifest with additional display properties * Update apps/web/public/site.webmanifest --------- Co-authored-by: Keith Williams --- apps/web/public/site.webmanifest | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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