{
  "short_name": "FoodIQ",
  "name": "FoodIQ - Smart Nutrition AI",
  "description": "Your AI-powered health companion for smarter nutrition choices. Track Health Score, analyze food, build healthy habits.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#4F46E5",
  "background_color": "#F8FAFC",
  "orientation": "portrait",
  "scope": "/",
  "prefer_related_applications": false,
  "categories": ["health", "fitness", "lifestyle", "food"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan Food",
      "short_name": "Scan",
      "description": "Quickly scan and analyze your food",
      "url": "/?view=scan",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log Water",
      "short_name": "Water",
      "description": "Log your water intake",
      "url": "/?view=water",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
