{
  "name": "MealLens — AI Meal Scanner",
  "short_name": "MealLens",
  "description": "Snap a photo of any meal and get an instant AI health score across 5 nutritional pillars. Free, no sign-up needed.",
  "start_url": "/scan",
  "display": "standalone",
  "background_color": "#071412",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "categories": ["health", "food", "lifestyle"],
  "lang": "en-GB",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/logo.png",
      "sizes": "500x500",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "500x500",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan a Meal",
      "short_name": "Scan",
      "url": "/scan",
      "icons": [{ "src": "/logo.png", "sizes": "500x500" }]
    },
    {
      "name": "Pantry Scanner",
      "short_name": "Pantry",
      "url": "/pantry",
      "icons": [{ "src": "/logo.png", "sizes": "500x500" }]
    }
  ]
}
