{
  "name": "Weewx weather",
  "short_name": "Weather",
  "icons": [{
    "src": "img/icon-48.png",
    "sizes": "48x48",
    "type": "image/png"
  },
    {
      "src": "img/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "img/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "img/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "img/icon-168.png",
      "sizes": "168x168",
      "type": "image/png"
    },
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }],
  "start_url": "/?utm_source=homescreen",
  "scope": "/",
  "orientation": "any",
  "display": "standalone",
  "theme_color": "#2196f3",
  "background_color": "#f5f5f5"
}