{
  "name": "MealPlanner",
  "short_name": "MealPlanner",
  "description": "Weekly meal planning and shopping list organizer",
  "start_url": "/mobile/meal-plan",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity"],
  "shortcuts": [
    {
      "name": "View Meal Plan",
      "short_name": "Meals",
      "description": "View this week's meal plan",
      "url": "/mobile/meal-plan",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "View this week's shopping list",
      "url": "/mobile/shopping",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
