{
  "name": "TideCue",
  "short_name": "TideCue",
  "description": "Saved fishing spots with tide, weather, river, marine, and solunar windows.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f3f7f6",
  "theme_color": "#0b4d57",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-US",
  "categories": ["weather", "sports", "navigation"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "url": "/today",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Saved Spots",
      "url": "/spots",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
