{
  "name": "Pete's Nautical Planner",
  "short_name": "Pete's",
  "description": "Tide, wind, and daylight-aware fishing trip planner built on live NOAA and Open-Meteo data.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F1E9D6",
  "theme_color": "#163B42",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
