feat: add PWA support
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"id": "/",
|
||||
"name": "Pi Car Companion",
|
||||
"short_name": "Pi Car",
|
||||
"description": "Local dashboard for your Raspberry Pi car companion.",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "landscape",
|
||||
"background_color": "#10130f",
|
||||
"theme_color": "#10130f",
|
||||
"categories": ["navigation", "utilities"],
|
||||
"icons": [
|
||||
{
|
||||
"src": "/pwa-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/pwa-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/pwa-maskable-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user