Add favicon

This commit is contained in:
Perflyst 2021-01-07 14:46:06 +01:00 committed by Cadence Ember
parent c76f8c8841
commit 5d03438fa1
Signed by untrusted user: cadence
GPG key ID: BC1C2C61CF521B17
10 changed files with 63 additions and 0 deletions

19
build/site.webmanifest Normal file
View file

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