{
  "name": "Sproutly Family Planner",
  "short_name": "Sproutly",
  "description": "Family meal planning, recipes, and chores made easy",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F0FDF4",
  "theme_color": "#10B981",
  "orientation": "portrait-primary",
  "scope": "/",
  "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"
    }
  ],
  "categories": ["lifestyle", "productivity", "food"],
  "screenshots": [
    {
      "src": "/screenshots/meal-planner.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Weekly Meal Planner"
    },
    {
      "src": "/screenshots/recipe-import.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Recipe Import with Camera"
    }
  ],
  "shortcuts": [
    {
      "name": "Meal Planner",
      "short_name": "Planner",
      "description": "Open weekly meal planner",
      "url": "/meals/planner",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Import Recipe",
      "short_name": "Import",
      "description": "Import a new recipe",
      "url": "/recipes/import",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
