{
  "name": "MoodMeal AI - Personalized Nutrition & AI Wellness",
  "short_name": "MoodMeal AI",
  "description": "AI-powered personalized nutrition, smart meal recommendations, food log scanner, and holistic wellness tracker.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F172A",
  "theme_color": "#10B981",
  "categories": ["health", "fitness", "food", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "48x48 72x72 96x96 128x128 256x256",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/logo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Food",
      "short_name": "Scan",
      "description": "Scan your meal using AI camera",
      "url": "/?route=scanner",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Mood Journey",
      "short_name": "Mood",
      "description": "Log your current mood & cravings",
      "url": "/?route=mood",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Order Healthy Express",
      "short_name": "Express",
      "description": "Order bio-matched meals in 15 mins",
      "url": "/?route=express",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    }
  ]
}
