{
  "name": "Laurent Martinon's web portfolio",
  "id": "./index.html",
  "short_name": "Portfolio-LMA",
  "description": "Progressive web app as Laurent Martinon's web portfolio",
  "start_url": "./index.html",
  "display": "fullscreen",
  "background_color": "RGB(72, 72, 72)",
  "theme_color": "RGB(72, 72, 72)",
  "icons": [
    {
      "src": "assets/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+api",
      "url": "/api?type=%s"
    }
  ],
  "screenshots": [
    {
    "src": "screenshots/preview.webp",
    "sizes": "1280x720",
    "type": "image/webp",
    "form_factor": "wide",
    "label": "Home screen showing portfolio Laurent Martinon activities"
    }
  ],
  "scope": "/",
  "lang": "en"
}