{
  "id": "/",
  "name": "FishCast Pro",
  "short_name": "FishCastPro",
  "description": "Get personalized fishing forecasts, log catches, and plan trips with AI-powered insights",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "window-controls-overlay"],
  "background_color": "#0b1d29",
  "theme_color": "#0b1d29",
  "orientation": "portrait-primary",
  "lang": "en-NZ",
  "dir": "ltr",
  "categories": ["sports", "lifestyle", "utilities"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/new_logo.svg",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Catch",
      "short_name": "Add Catch",
      "description": "Log a new catch quickly",
      "url": "/dashboard/catches?quick=true",
      "icons": [
        {
          "src": "/new_logo.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Recommendations",
      "short_name": "Forecast",
      "description": "View AI fishing recommendations",
      "url": "/dashboard/recommendations",
      "icons": [
        {
          "src": "/new_logo.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Locations",
      "short_name": "Locations",
      "description": "Manage fishing locations",
      "url": "/dashboard/locations",
      "icons": [
        {
          "src": "/new_logo.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/images/hero-mockup.webp",
      "sizes": "1021x753",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FishCast Pro fishing forecast dashboard"
    }
  ]
}
