{
  "name": "GreenThumb Garden Tracker",
  "short_name": "GreenThumb",
  "description": "Mobile-first garden management PWA for tracking plants, seeds, harvests, and tasks",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fefdfb",
  "theme_color": "#059669",
  "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", "utilities"],
  "shortcuts": [
    {
      "name": "Add Plant",
      "url": "/plants/new",
      "description": "Add a new plant to your garden"
    },
    {
      "name": "Tasks",
      "url": "/tasks",
      "description": "View your garden tasks"
    },
    {
      "name": "Seeds",
      "url": "/seeds",
      "description": "Track seed starts"
    }
  ]
}
