{
  "name": "Meal Planner Membership",
  "short_name": "Meal Planner",
  "description": "Plan your weekly meals, manage recipes, and generate printable shopping lists.",
  "start_url": "/planner",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f9f6f1",
  "theme_color": "#8B7355",
  "categories": ["food", "lifestyle", "productivity"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Weekly Planner",
      "url": "/planner",
      "description": "Open your weekly meal planner"
    },
    {
      "name": "My Recipes",
      "url": "/recipes",
      "description": "Browse your recipe library"
    },
    {
      "name": "Shopping List",
      "url": "/shopping-list",
      "description": "View this week's shopping list"
    }
  ]
}
