webseite/assets/images/icons/site.webmanifest

20 lines
483 B
Text
Raw Normal View History

2019-02-12 17:45:44 +01:00
{
2019-02-13 14:26:32 +01:00
"name": "C3 Waffel Operation Center",
"short_name": "C3WOC",
2019-02-12 17:45:44 +01:00
"icons": [
{
"src": "/images/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
2019-02-13 14:26:32 +01:00
"theme_color": "#ffda1d",
2019-02-12 17:45:44 +01:00
"background_color": "#191a23",
"display": "standalone"
}