Fix favicon PWA compatibility

This commit is contained in:
2023-09-03 11:17:54 +05:30
parent b78be4909c
commit 07fedd131a
9 changed files with 52 additions and 5 deletions

View File

@@ -3,8 +3,8 @@
"short_name": "IIITB Menu",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"description": "Bi-Weekly Menu.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
@@ -23,6 +23,16 @@
"src": "icons/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}