{
  "id": "/",
  "name": "GPSonWaves: Fishing Forecast & Maps",
  "short_name": "GPSonWaves",
  "description": "Know if a fishing spot is worth it right now. AI forecasts, depth maps, and live marine conditions.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "3842x2161",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Map View"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Fishability Score"
    }
  ],
  "shortcuts": [
    {
      "name": "My Saved Spots",
      "short_name": "Spots",
      "description": "View your saved fishing spots",
      "url": "/?view=saved",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pricing & Pro",
      "short_name": "Pro",
      "description": "Upgrade to Pro",
      "url": "/?view=pricing",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": [
    "navigation",
    "sports",
    "weather"
  ]
}