{
  "name": "PharmaScript Driver",
  "short_name": "PharmaScript",
  "description": "Pharmacy delivery, done right. Scan manifests, build routes, capture proof, and bill pharmacies — all from one app.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000080",
  "theme_color": "#000080",
  "categories": ["business", "productivity", "medical"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Manifest",
      "short_name": "Scan",
      "description": "Photograph a pharmacy manifest and build a route",
      "url": "/?intent=scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Active Route",
      "short_name": "Route",
      "description": "Open the current delivery route",
      "url": "/?intent=route",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
