{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "drewletcher.net",
  "short_name": "Drew Letcher",
  "description": "Drew Letcher personal web site",
  "dir": "ltr",
  "lang": "en",
  "scope": "/",
  "id": "drewletcher",
  "start_url": "/home",
  "display": "minimal-ui",
  "background_color": "#000000",
  "theme_color": "#4DBA87",
  "icons": [
    {
      "src": "/img/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/img/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/img/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/icons/android-chrome-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ]
}
