{
  "name": "OtoskopiAI — Smart ENT Screening",
  "short_name": "OtoskopiAI",
  "description": "AI-powered otoscopy image classification for clinic-level screening. Upload ear images, get instant classification with urgency-based referral recommendations.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#060810",
  "theme_color": "#0891B2",
  "icons": [
    {
      "src": "favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["medical", "productivity"],
  "shortcuts": [
    {
      "name": "Upload Otoscopy Image",
      "short_name": "Upload",
      "description": "Quick access to upload an ear image for analysis",
      "url": "/?action=upload",
      "icons": [
        {
          "src": "favicon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
