{
  "name": "Gaz's Cornish Beach Tracker",
  "short_name": "Beach Tracker",
  "description": "Live Cornwall beach guide with weather, tides and traffic for 197 beaches, plus a personal visited-beach tracker with trip photos, ratings and notes.",
  "id": "/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#eaf7ff",
  "theme_color": "#0aa3a3",
  "orientation": "portrait-primary",
  "lang": "en-GB",
  "categories": [
    "travel",
    "lifestyle",
    "weather"
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}