{
  "name": "Long Island Fishing Conditions",
  "short_name": "LI Fish",
  "description": "Real-time fishing conditions for Long Island, NY. Tides, wind, water temp, and forecast.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#141c28",
  "theme_color": "#141c28",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["sports", "weather", "utilities"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "North Shore",
      "short_name": "North Shore",
      "description": "Long Island Sound conditions",
      "url": "/?shore=north",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "South Shore",
      "short_name": "South Shore",
      "description": "Atlantic & bay conditions",
      "url": "/?shore=south",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
