Initial car project import
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" rx="112" fill="#0f172a"/>
|
||||
<path d="M126 306h260c20 0 36 16 36 36v18c0 11-9 20-20 20h-22a44 44 0 0 1-86 0h-76a44 44 0 0 1-86 0h-22c-11 0-20-9-20-20v-18c0-20 16-36 36-36Z" fill="#38bdf8"/>
|
||||
<path d="M164 238c8-27 34-46 63-46h70c30 0 56 20 64 49l17 65H134l30-68Z" fill="#60a5fa"/>
|
||||
<path d="M214 218h86c18 0 34 12 39 30l9 34H172l20-45c4-12 13-19 22-19Z" fill="#dbeafe"/>
|
||||
<circle cx="175" cy="380" r="28" fill="#020617"/>
|
||||
<circle cx="337" cy="380" r="28" fill="#020617"/>
|
||||
<path d="M118 142h276" stroke="#facc15" stroke-width="28" stroke-linecap="round"/>
|
||||
<path d="M166 106h180" stroke="#22c55e" stroke-width="20" stroke-linecap="round" opacity=".9"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 762 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 362 B |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -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