{
  "name": "The Hydro Home",
  "short_name": "Hydro Home",
  "description": "Beginner-friendly indoor hydroponic guides, system reviews and an in-store shopping list.",
  "start_url": "/shopping-list",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "icons": [
    { "src": "/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Shopping list", "url": "/shopping-list" },
    { "name": "Systems", "url": "/hydroponic-systems" }
  ]
}