mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 19:56:18 -04:00
feat(web): add F1-themed favicon, fonts, and PWA polish
This commit is contained in:
15
frontend/public/manifest.json
Normal file
15
frontend/public/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user