{
  "name": "ImmunoAI - Immune Health Screening",
  "short_name": "ImmunoAI",
  "description": "AI-powered non-invasive immune system health detection using smartphone camera technology",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    }
  ],
  "categories": ["health", "medical"],
  "shortcuts": [
    {
      "name": "Start Immune Scan",
      "short_name": "Scan",
      "description": "Start a new immune health scan",
      "url": "/scan",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
