Add favicon

This commit is contained in:
2021-12-17 20:03:03 +01:00
parent 9ea06a16fe
commit 0e79703732
24 changed files with 43 additions and 5 deletions

19
public/manifest.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "c0ntroller.de",
"short_name": "c0ntroller.de",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#444444",
"background_color": "#444444",
"display": "standalone"
}