mirror of
http://forgejo-oa09toasww4dgii9cj3gpzda.187.127.164.61.sslip.io/iamcoolvivek007/bharath.git
synced 2026-06-11 00:06:51 +00:00
- 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
14 lines
546 B
JSON
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" }
|
|
]
|
|
}
|