{
  "id": "/?app=yuzo",
  "name": "Yuzo — Meal Planner",
  "short_name": "Yuzo",
  "description": "AI meal plans tailored to your location, season, and diet.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6F1E7",
  "theme_color": "#3B4D3A",
  "categories": ["food", "health", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — This Week"
    }
  ],
  "shortcuts": [
    {
      "name": "This Week",
      "url": "/dashboard",
      "description": "View your meal plan for this week"
    },
    {
      "name": "Shopping List",
      "url": "/shopping",
      "description": "Open your shopping list"
    }
  ]
}
