{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "name": "C6 Messenger Online",
    "short_name": "C6 Online",
    "scope": "/",
    "start_url": "./",
    "display": "fullscreen",
    "background_color": "#3b4fae",
    "description": "Il nostro amato C6 Messenger ... Online",
    "theme_color": "#3b4fae",
    "icons": [
    {
        "src": "/assets/logo_C6.svg",
        "type": "image/svg+xml",
        "sizes": "512x512"
    },
    {
      "src": "/assets/logo_c6_192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
        "src": "/assets/logo_c6_512.png",
        "type": "image/png",
        "sizes": "512x512"
    }
    ]
  }
  