{
  "name": "AI Baby Meal Planner — Smart Fridge MPASI Optimizer",
  "short_name": "AI Baby Meal",
  "description": "AI-powered 5-meal daily MPASI matrix planner for busy working parents — done in 30 seconds.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0f766e",
  "background_color": "#0a0f0e",
  "categories": ["food", "lifestyle", "health", "parenting"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Today's MPASI",
      "short_name": "Generate",
      "description": "Instantly generate a 5-meal matrix from your fridge",
      "url": "/?action=generate",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
