bharath/webapp/src/public/manifest.json
Vivek 394117dd74 BharathTrucks MVP - 6 sprints complete
- Govt-app styled freight marketplace
- Role-based auth (driver/shipper/broker/admin)
- Load board with bidding system
- Trip tracking with status flow
- In-app messaging
- Admin panel
- Mobile bottom nav + PWA
- Docker + Coolify ready
2026-05-31 06:21:13 +00:00

14 lines
546 B
JSON

{
"name": "भारत ट्रक्स - राष्ट्रीय माल परिवहन मंच",
"short_name": "भारत ट्रक्स",
"description": "India's National Freight Transport Platform",
"start_url": "/",
"display": "standalone",
"background_color": "#1a237e",
"theme_color": "#1a237e",
"orientation": "portrait",
"icons": [
{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}