added full favicon support via helmet

This commit is contained in:
plebbitor
2023-02-01 13:30:32 +01:00
parent b0233546f7
commit 66b707c3f2
21 changed files with 123 additions and 35 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "plebchan",
"short_name": "plebchan",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}