Initial commit

This commit is contained in:
Egor Pozharov
2026-03-30 17:58:06 +06:00
commit 11e12f964d
35 changed files with 3310 additions and 0 deletions

21
public/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Delivery Tracker",
"short_name": "Deliveries",
"description": "Система контроля доставок мебели",
"start_url": "/",
"display": "standalone",
"background_color": "#fbf8fb",
"theme_color": "#1B263B",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}