{
  "name": "Where Was I Going With That?",
  "short_name": "Where Was I Going",
  "description": "A blog, which generally consists of posts that are lists of links, followed by thoughts on said links",
  "display": "standalone",
  "start_url": ".",
  "icons": [
    {
      "src": "/blog/assets/img/icons/touch/icon-96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/blog/assets/img/icons/touch/icon-128.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "/blog/assets/img/icons/touch/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/blog/assets/img/icons/touch/icon-256.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "/blog/assets/img/icons/touch/icon-384.png",
      "type": "image/png",
      "sizes": "384x384"
    },
    {
      "src": "/blog/assets/img/icons/touch/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "background_color": "#90cdf4",
  "theme_color": "#90cdf4"
}