This commit is contained in:
Eli Winderickx
2024-03-24 14:45:03 +01:00
parent 3606b5d8a7
commit e0c3ca82eb
10 changed files with 52 additions and 0 deletions

19
public/site.webmanifest Normal file
View File

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