{
  "name": "NourishAI",
  "short_name": "NourishAI",
  "description": "AI-powered meal planning, nutrition tracking & smart shopping lists",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F8F5F0",
  "theme_color": "#4A7C59",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Snap Meal",
      "short_name": "Snap",
      "description": "Snap a photo of your meal to log it",
      "url": "/dashboard?action=scan",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Log Food",
      "short_name": "Log",
      "description": "Quickly log what you ate",
      "url": "/dashboard?action=log",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Add Water",
      "short_name": "Water",
      "description": "Log a glass of water",
      "url": "/dashboard?action=water",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Progress",
      "short_name": "Progress",
      "description": "View your progress",
      "url": "/progress",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Alerts",
      "short_name": "Alerts",
      "description": "See your latest notifications",
      "url": "/dashboard?action=notifications",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}