This commit is contained in:
kphanipavan
2023-09-03 05:50:15 +00:00
parent ac41dbc418
commit a02d02399d
10 changed files with 63 additions and 12 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"
}
]
}