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

23 lines
487 B
JSON

{
"name": "Haldis",
"short_name": "Haldis",
"description": "Zeus WPI's drink ordering system",
"theme_color": "#ff6600",
"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"
}
]
}