{
  "name": "Grow Good Gardens",
  "short_name": "Grow Good",
  "description": "AI-powered home garden planner — seasonal calendars, plant guides, pest diagnosis & eco giving.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#f7faf5",
  "theme_color": "#3d9a5c",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "food", "health"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=192&h=192&fit=crop&q=80",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=192&h=192&fit=crop&q=80",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=512&h=512&fit=crop&q=80",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=512&h=512&fit=crop&q=80",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Seasonal Calendar",
      "short_name": "Calendar",
      "description": "See what to plant this week",
      "url": "/seasonal-calendar?source=pwa-shortcut",
      "icons": [{ "src": "https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=96&h=96&fit=crop", "sizes": "96x96" }]
    },
    {
      "name": "AI Garden Advisor",
      "short_name": "AI Advisor",
      "description": "Ask your AI garden expert",
      "url": "/advisor?source=pwa-shortcut",
      "icons": [{ "src": "https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=96&h=96&fit=crop", "sizes": "96x96" }]
    },
    {
      "name": "Log Harvest",
      "short_name": "Harvest",
      "description": "Log today's harvest",
      "url": "/harvest?source=pwa-shortcut",
      "icons": [{ "src": "https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=96&h=96&fit=crop", "sizes": "96x96" }]
    },
    {
      "name": "Pest Doctor",
      "short_name": "Pests",
      "description": "Diagnose plant problems",
      "url": "/plant-doctor?source=pwa-shortcut",
      "icons": [{ "src": "https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=96&h=96&fit=crop", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=390&h=844&fit=crop&q=80",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Garden Dashboard"
    },
    {
      "src": "https://images.unsplash.com/photo-1464226184884-fa280b87c399?w=1280&h=800&fit=crop&q=80",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Plant Library"
    }
  ]
}
