{
  "name": "BlackHillsFinder Driver",
  "short_name": "BHF Driver",
  "description": "Driver app for BlackHillsFinder delivery platform",
  "start_url": "/driver",
  "display": "standalone",
  "background_color": "#f1f5f9",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "categories": ["food", "logistics"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/driver",
      "description": "View available deliveries"
    },
    {
      "name": "Tax Dashboard",
      "url": "/driver/tax",
      "description": "View earnings and tax estimate"
    }
  ]
}
