{
  "name": "Driver App",
  "short_name": "App",
  "description": "Driver mobile application",
  "start_url": "/driver",
  "scope": "/driver",
  "id": "/driver",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0a0c",
  "theme_color": "#f97316",
  "orientation": "portrait",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Current Delivery",
      "short_name": "Delivery",
      "description": "View your current delivery details",
      "url": "/driver?action=current",
      "icons": [{ "src": "/icons/shortcut-delivery.png", "sizes": "96x96" }]
    },
    {
      "name": "My Schedule",
      "short_name": "Schedule",
      "description": "View your delivery schedule",
      "url": "/driver?action=schedule",
      "icons": [{ "src": "/icons/shortcut-schedule.png", "sizes": "96x96" }]
    },
    {
      "name": "Contact Dispatch",
      "short_name": "Dispatch",
      "description": "Quick contact dispatch",
      "url": "/driver?action=dispatch",
      "icons": [{ "src": "/icons/shortcut-dispatch.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/driver-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Driver home screen showing current delivery"
    },
    {
      "src": "/screenshots/driver-delivery.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Delivery details with navigation"
    }
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred"
}
