{
  "id": "/",
  "short_name": "AllergyAware",
  "name": "AllergyAware - Food Allergy Management",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "theme_color": "#4F46E5",
  "background_color": "#F9FAFB",
  "description": "Scan and analyze food products for allergens, track medications, log symptoms, and manage your allergy profile.",
  "categories": ["food", "health", "lifestyle", "medical"],
  "screenshots": [
    {
      "src": "screenshots/scanner.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Product scanner - check any barcode for allergens"
    },
    {
      "src": "screenshots/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard - your allergy overview at a glance"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your allergy dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan Product",
      "short_name": "Scanner",
      "description": "Scan a barcode for allergens",
      "url": "/scanner",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency Card",
      "short_name": "Emergency",
      "description": "View your emergency allergy card",
      "url": "/emergency-card",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Medications",
      "short_name": "Meds",
      "description": "Track your allergy medications",
      "url": "/medications",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
