{
  "name": "jec.fish",
  "short_name": "jec.fish",
  "start_url": "./",
  "icons": [
    {
      "src": "https://jec.fish/assets/img/favicons/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://jec.fish/assets/img/favicons/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#4C566A",
  "background_color": "#4C566A",
  "display": "standalone",
  "shortcuts": [
    {
      "name": "Blog posts",
      "short_name": "Blog",
      "description": "Read my write-ups",
      "url": "/blog",
      "icons": [{ "src": "https://jec.fish/assets/img/icons/pencil.png", "sizes": "192x192" }]
    },
    {
      "name": "Presentation decks",
      "short_name": "Deck",
      "description": "View my presentation decks",
      "url": "/deck",
      "icons": [{ "src": "https://jec.fish/assets/img/icons/mic.png", "sizes": "192x192" }]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+demo",
      "url": "/demo/%s"
    }
  ]
}

