Files
delivery-tracker/public/manifest.json
Egor Pozharov 11e12f964d Initial commit
2026-03-30 17:58:06 +06:00

22 lines
468 B
JSON

{
"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"
}
]
}