Add favicon

This commit is contained in:
video-prize-ranch
2022-01-17 17:46:30 -05:00
parent f68dc9daa5
commit 5cba9352c5
15 changed files with 50 additions and 5 deletions

View File

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