hedgedoc/public/icons/site.webmanifest
Tilman Vatteroth 515cf1f34d Replace react icon with default codimd icon
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-05-31 19:17:24 +02:00

19 lines
450 B
JSON

{
"name": "CodiMD",
"short_name": "CodiMD",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}