Files
calendar/apps/web/public/site.webmanifest
T
fd87954048 feat: show refresh and back button is app mode (#23838)
* Change display mode from 'standalone' to 'minimal-ui'

this shows the refresh and back button for easier navigation ux

* Update display settings in site.webmanifest

---------

Co-authored-by: Kartik Saini <41051387+kart1ka@users.noreply.github.com>
2025-09-17 12:53:35 +05:30

24 lines
607 B
JSON

{
"name": "Cal.com",
"short_name": "Cal.com",
"description": "Scheduling infrastructure for absolutely everyone.",
"icons": [
{
"src": "/api/logo?type=android-chrome-192",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/api/logo?type=android-chrome-256",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display_override": ["minimal-ui"],
"display": "standalone",
"scope": "/",
"start_url": "/"
}