{
  "name": "PharmFinder",
  "short_name": "PharmFinder",
  "description": "Find an open UK pharmacy near you — late nights, weekends and bank holidays.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#0072CE",
  "categories": ["health", "medical", "utilities"],
  "lang": "en-GB",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Find open pharmacies near me",
      "short_name": "Open near me",
      "url": "/pharmacy/open-now",
      "description": "Instantly find pharmacies open near your current location"
    },
    {
      "name": "Late-night pharmacies in Manchester",
      "short_name": "Late night MCR",
      "url": "/pharmacy/late-night/manchester",
      "description": "Late-night pharmacy cover in Manchester"
    }
  ]
}
