{
  "name": "Dew Point Forecast",
  "short_name": "Dew Point",
  "description": "Temperature tells you what to wear. Dew point tells you how you'll feel.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0f14",
  "theme_color": "#0a0f14",
  "scope": "/",
  "lang": "en-US",
  "categories": ["weather", "utilities"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Check Forecast",
      "short_name": "Forecast",
      "description": "Get the dew point forecast for your location",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
