{
  "id": "/",
  "name": "The Washing Line Index",
  "short_name": "Washing Line",
  "description": "A simple UK outdoor drying forecast, with live shirt scores and local Washing Line Index forecasts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f3ead6",
  "theme_color": "#556c4f",
  "categories": [
    "weather",
    "utilities",
    "lifestyle"
  ],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "url": "/today.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "3-day forecast",
      "short_name": "3-day",
      "url": "/forecast.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}