Initial car project import
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Car Monitor",
|
||||
"short_name": "Car Monitor",
|
||||
"description": "Vehicle status monitor",
|
||||
"start_url": "/car/monitor.php",
|
||||
"scope": "/car/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"background_color": "#0f172a",
|
||||
"theme_color": "#0f172a",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/car/assets/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/car/assets/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user