{
  "id": "/",
  "name": "WeedYouGrow — know your grow",
  "short_name": "WeedYouGrow",
  "description": "Track every grow from seed to harvest: week-by-week plans, environment and VPD logging, harvest records and an AI photo Grow Doctor.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#070d09",
  "theme_color": "#070d09",
  "orientation": "portrait-primary",
  "categories": ["productivity", "lifestyle", "education"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Dashboard", "url": "/" },
    { "name": "My grows", "short_name": "Grows", "url": "/app" },
    { "name": "Log environment", "short_name": "Environment", "url": "/environment" },
    { "name": "Grow Doctor", "short_name": "Doctor", "url": "/doctor" }
  ]
}