brainhack.psychoinformatics.de/static/site.webmanifest
Alex Waite 048f1d3df7 Add favicon
Much thanks to https://realfavicongenerator.net for making this less painful.

I then used zopflipng to shave off a few more KiB from the files.
2018-03-12 18:39:15 +01:00

18 lines
443 B
JSON

{
"name": "BrainHack Magdeburg",
"short_name": "BrainHack Magdeburg",
"icons": [
{
"src": "/android-chrome-192x192.png?v=1",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=1",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ff9e0d",
"background_color": "#ff9e0d"
}