feat: additional component and styling choices

This commit is contained in:
Bart van der Braak 2024-01-29 00:55:20 +01:00
parent 88884a69ac
commit b03dcbaf2d
52 changed files with 1077 additions and 78 deletions

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"
}