{
  "name": "Bermuda Weather Radar",
  "short_name": "Bermuda Radar",
  "description": "Live Doppler weather radar for Bermuda. Track rain, storms, and precipitation in real time with imagery from the Bermuda Weather Service.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#47d1bf",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["weather", "utilities", "navigation"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "100km Radar",
      "short_name": "100km",
      "url": "/100km"
    },
    {
      "name": "250km Radar",
      "short_name": "250km",
      "url": "/250km"
    },
    {
      "name": "Parish Map",
      "short_name": "Parish",
      "url": "/parish"
    }
  ],
  "prefer_related_applications": false
}
