Files
IIITB_Menu/manifest.json
2023-09-03 05:22:06 +00:00

28 lines
703 B
JSON

{
"name": "IIITB Menu",
"short_name": "IIITB Menu",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Bi-Weekly Menu.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "icons/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "icons/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
]
}