🖼️ Navbar + Icon + Font

This commit is contained in:
Rico van Zelst
2023-10-26 16:57:28 +02:00
parent 23c31f88c5
commit c1194738c5
18 changed files with 986 additions and 1155 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Heimerdinger.lol",
"short_name": "Heimerdinger.lol",
"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": "#ff7c47",
"background_color": "#ff7c47",
"display": "standalone"
}