add favicon

This commit is contained in:
Alex
2019-11-29 20:16:58 +02:00
parent 511404d23f
commit 9d6d4a2fb8
16 changed files with 895 additions and 1 deletions

19
favicon/site.webmanifest Normal file
View File

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