{
  "name": "Portail Armony",
  "short_name": "Portail",
  "description": "Portail d'applications Armony",
  "id": "./",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF0000",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots" : [
    {
      "src": "screenshots/mobile.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile"
    },
    {
      "src": "screenshots/bureau.png",
      "sizes": "3840x2160",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bureau"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+armonyportail",
      "url": "./?from=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  }
}
