{
  "name": "Fish Factor \u2014 Bite Predictor",
  "short_name": "Fish Factor",
  "description": "Read the water before you cast. SoCal bite-window forecasts.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0E0E10",
  "theme_color": "#00E5E5",
  "categories": [
    "lifestyle",
    "sports",
    "weather",
    "navigation"
  ],
  "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"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Top bite window",
      "url": "/",
      "description": "Best window across all spots"
    },
    {
      "name": "My catches",
      "url": "/catches",
      "description": "Recent catch log"
    },
    {
      "name": "Spots catalog",
      "url": "/spots",
      "description": "Browse all 92 SoCal spots"
    }
  ]
}
