feat: added platform specific favicons

This commit is contained in:
Bart van der Braak 2023-07-20 02:06:39 +02:00
parent a68d410bdc
commit 04b60cb637
11 changed files with 100 additions and 9 deletions

19
static/site.webmanifest Normal file
View file

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