{
  "name": "Labpass — home blood collection & lab discounts",
  "short_name": "Labpass",
  "description": "Book home collection of blood samples, pay by UPI, and keep the LabPass discount for your next lab visit.",
  "start_url": "index.html",
  "scope": "./",
  "id": "labpass-app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2f8f8",
  "theme_color": "#0e4a56",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "en-IN",
  "dir": "ltr",
  "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"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a home collection",
      "short_name": "Book",
      "url": "book.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My LabPass",
      "short_name": "LabPass",
      "url": "labpass.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tests & prices",
      "short_name": "Tests",
      "url": "tests.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
