{
  "short_name": "Portfolio Max",
  "name": "Portfolio Maxime Leriche",
  "icons": [
    {
      "src": "/assets/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/assets/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/assets/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+maxlfoliodoc",
      "url": "/doc/%s"
    },
    {
      "protocol": "web+maxlfolioproject",
      "url": "/project/%s"
    },
    {
      "protocol": "web+maxlfolioblog",
      "url": "/blog/%s"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff"
}
