{
  "name": "Fishing Intel NZ",
  "short_name": "FishingIntel",
  "description": "Live Hauraki Gulf fishing intelligence — conditions, tides, species and spots.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#081018",
  "theme_color": "#081018",
  "categories": ["sports", "lifestyle", "navigation"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Open the Hauraki Gulf map",
      "url": "/map",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Species",
      "short_name": "Species",
      "description": "Browse target species",
      "url": "/fish",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
