feat(web): add F1-themed favicon, fonts, and PWA polish

This commit is contained in:
2026-07-03 01:13:39 -04:00
parent 127628e4dd
commit c3ad7743e6
3 changed files with 37 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
{
"short_name": "box-box",
"name": "box-box | Live F1 Dashboard",
"icons": [
{
"src": "/favicon.jpg",
"type": "image/jpeg",
"sizes": "192x192 512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#0d0d0d",
"background_color": "#0d0d0d"
}