add favicon

This commit is contained in:
Ross
2023-10-23 14:06:53 +01:00
parent 05d9a51d51
commit 786c86a187
11 changed files with 65 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}