Favicon + icons for future PWA

This commit is contained in:
2022-02-20 12:38:53 +01:00
parent 663528f8af
commit ddd871e8aa
15 changed files with 68 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#1c1917",
"background_color": "#1c1917",
"display": "standalone"
}