* 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>
24 lines
607 B
JSON
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": "/"
|
|
}
|