* 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>
22 lines
566 B
JSON
22 lines
566 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": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/"
|
|
} |