{
  "name": "The Cottage Seed Co.",
  "short_name": "Cottage Seeds",
  "description": "Free zone-aware garden planner — grow beautifully, season by season.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F7F1E2",
  "theme_color": "#5E7A4A",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open Planner",
      "short_name": "Planner",
      "description": "Jump straight to your garden planner",
      "url": "/#/planner",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "What to Plant Now",
      "short_name": "Plant Now",
      "description": "See what to plant this week",
      "url": "/#/planner/plant-now",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
