{
  "name": "Big Pine Key Fishing",
  "short_name": "BPK Fishing",
  "description": "Erik's fishing app for Big Pine Key — tides, weather, solunar, and spot recommendations.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#001e40",
  "theme_color": "#001e40",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "weather", "navigation"],
  "shortcuts": [
    {
      "name": "Today's Forecast",
      "short_name": "Home",
      "url": "/index.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live Radar",
      "short_name": "Radar",
      "url": "/radar.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tides",
      "short_name": "Tides",
      "url": "/tides.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
