{
  "name": "EMA International",
  "short_name": "EMA",
  "description": "Website for EMA International",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F5F5",
  "theme_color": "#004FE7", 
  "orientation": "portrait",
  "icons": [
    {
      "src": "img/icons-192.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "img/icons-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icons-512.webp",
      "sizes": "512x512",
      "type": "image/webp"
    },
    {
      "src": "img/icons-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }, 
    {
      "src": "img/icons-512-maskable.webp",
      "sizes": "512x512",
      "type": "image/webp", 
      "purpose": "maskable"
    },
    {
      "src": "img/icons-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }, 
    {
      "src": "img/icons-vector.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}