{
  "short_name": "Weather Clock",
  "name": "Weather Clock by Shearspire Media",
  "icons": [
    {
      "src": "icons/launcher-icon-1x.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "icons/launcher-icon-72.png",
      "type": "image/png",
      "sizes": "72x72"
    },
    {
      "src": "icons/launcher-icon-2x.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "icons/launcher-icon-128.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "icons/launcher-icon-144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "icons/launcher-icon-152.png",
      "type": "image/png",
      "sizes": "152x152"
    },
    {
      "src": "icons/launcher-icon-4x.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icons/launcher-icon-384.png",
      "type": "image/png",
      "sizes": "384x384"
    },
    {
      "src": "icons/launcher-icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "orientation": "landscape",
  "display": "standalone",
  "theme_color": "#87ceeb",
  "background_color": "#87ceeb",
  "start_url": "index.html"
}