Favicon and site branding update
This commit is contained in:
19
client/public/site.webmanifest
Normal file
19
client/public/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Wanderhome Quiz",
|
||||
"short_name": "Wanderhome Quiz",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#1e441e",
|
||||
"background_color": "#3a5a40",
|
||||
"display": "standalone"
|
||||
}
|
Reference in New Issue
Block a user