{
  "name": "Provision Garden Menu",
  "short_name": "Garden Menu",
  "description": "Plan a week of family meals from your garden — fresh dinners, batch breakfasts and lunches, allergens filtered, nutrition gaps closed with whole food.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2f7d3e",
  "categories": ["health", "food", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Weekly meal plan on desktop"
    },
    {
      "src": "/screenshots/mobile.jpg",
      "sizes": "544x896",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Weekly meal plan on mobile"
    }
  ],
  "dir": "auto"
}