{
  "name": "JJ Taxi Driver",
  "short_name": "JJ Taxi",
  "description": "Mobile driver interface for JJ Taxi taxi dispatch system",
  "start_url": "/driver",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2563eb",
  "background_color": "#f9fafb",
  "scope": "/",
  "categories": ["transportation", "business", "utilities"],
  "icons": [
    {
      "src": "/logo-64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Go Online",
      "short_name": "Online",
      "description": "Start accepting trip requests",
      "url": "/driver?action=online",
      "icons": [
        {
          "src": "/icons/online-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Trip History",
      "short_name": "History",
      "description": "View completed trips",
      "url": "/driver?tab=history",
      "icons": [
        {
          "src": "/icons/history-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/driver-home.png",
      "sizes": "540x720",
      "type": "image/png",
      "platform": "narrow",
      "label": "Driver home screen"
    },
    {
      "src": "/screenshots/trip-details.png",
      "sizes": "540x720",
      "type": "image/png",
      "platform": "narrow",
      "label": "Trip details view"
    }
  ]
}