{
  "name": "Pogiso's Tours",
  "short_name": "PT Driver",
  "description": "Pogiso's Tours — professional transport booking, driver management, and trip validation",
  "start_url": "/driver",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0052CC",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Scan a passenger's trip QR code",
      "url": "/driver/scan",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your bookings",
      "url": "/app/bookings",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
