{
  "name": "First Flush — Mushroom Cultivation Tracker",
  "short_name": "First Flush",
  "description": "Track your mushroom grows, explore species, share recipes, and connect with cultivators.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0C0B09",
  "theme_color": "#5DCAA5",
  "orientation": "portrait-primary",
  "categories": ["education", "lifestyle", "productivity"],
  "id": "/",
  "icons": [
    {
      "src": "/icons/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/firstflush-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/firstflush-icon-solid.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your active grows"
    },
    {
      "name": "New Grow",
      "short_name": "New Grow",
      "url": "/grows/new",
      "description": "Start tracking a new grow"
    },
    {
      "name": "Species Database",
      "short_name": "Species",
      "url": "/species",
      "description": "Browse mushroom species and growing parameters"
    }
  ]
}
