{
  "name": "Aushaad — Find Medicines Near You",
  "short_name": "Aushaad",
  "description": "India's pharmacy discovery & POS platform. Find medicines, get prescriptions filled, and consult pharmacists — even offline.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF8F5",
  "theme_color": "#1B6B3A",
  "lang": "hi",
  "dir": "ltr",
  "categories": ["health", "medical", "shopping"],
  "id": "ai.aushaad.app",
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=ai.aushaad.app",
      "id": "ai.aushaad.app"
    }
  ],
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile-search.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Medicine search in Hindi"
    },
    {
      "src": "screenshots/pos-desktop.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pharmacy POS desktop view"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Medicines",
      "short_name": "Search",
      "url": "/search",
      "icons": [{ "src": "icons/shortcut-search.png", "sizes": "96x96" }]
    },
    {
      "name": "Nearby Pharmacies",
      "short_name": "Nearby",
      "url": "/map",
      "icons": [{ "src": "icons/shortcut-map.png", "sizes": "96x96" }]
    },
    {
      "name": "Open POS",
      "short_name": "POS",
      "url": "/pos",
      "icons": [{ "src": "icons/shortcut-pos.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share-prescription",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "files": [
        {
          "name": "prescription",
          "accept": ["image/jpeg", "image/png", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+aushaad",
      "url": "/handle-protocol?type=%s"
    }
  ]
}
