{
    "$schema": "http://json.schemastore.org/web-manifest",
    "short_name": "Centreon",
    "name": "Centreon",
    "description": "description",
    "scope": "/",
    "background_color": "#233039",
    "theme_color": "#233039",
    "start_url": "/",
    "display": "fullscreen",
    "orientation": "any",
    "icons": [
      {
        "src": "/logo-centreon-192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
          "src": "/logo-centreon-512.png",
          "sizes":"512x512",
          "type": "image/png"
      }
      
    ]
}