2
0
Files
cal/calcom/apps/web/public/site.webmanifest

19 lines
451 B
Plaintext
Raw Normal View History

2024-08-09 00:39:27 +02:00
{
2024-08-09 16:18:09 +02:00
"name": "BLS cal",
"short_name": "BLS cal",
2024-08-09 00:39:27 +02:00
"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"
}