{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "MX",
  "short_name": "MX",
  "description": "MX - Web App",
  "theme_color": "#1E3246",
  "background_color": "#fdfdfd",
  "start_url": ".",
  "display": "standalone",
  "orientation": "landscape",
  "icons": [
    {
      "src": "./img/icons/MX-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "./img/icons/MX-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "./img/icons/MX-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./img/icons/MX-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./img/icons/MX.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
