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
+3 -17
View File
@@ -1,20 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "manifest-icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "manifest-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"short_name": "plebchan",
"name": "plebchan",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"display": "standalone"
}