haldis/app/static/manifest.json
2021-10-28 23:52:21 +02:00

23 lines
486 B
JSON

{
"name": "Haldis",
"short_name": "Haldis",
"description": "Zeus WPI's food ordering system",
"theme_color": "#ff7f00",
"background_color": "#1c1c1c",
"display": "standalone",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "/static/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}