Add favicon

This commit is contained in:
Jack Hadrill
2022-03-22 00:48:50 +00:00
parent 2df8b9a241
commit ab71601ae9
11 changed files with 107 additions and 2 deletions

19
public/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Mercury",
"short_name": "Mercury",
"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",
"display": "standalone"
}