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 <keithwillcode@gmail.com>
This commit is contained in:
Hichem Fantar
2024-07-29 05:37:31 +00:00
committed by GitHub
co-authored by Keith Williams
parent 6954ad1ea5
commit 4d89da99a7
+4 -1
View File
@@ -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": "/"
}