{
  "name": "Mai Corp",
  "short_name": "MaiCorp",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#8B1A4A",
  "theme_color": "#8B1A4A",
  "orientation": "portrait",
  "icons": [
    {
      "src": "logo.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "logo.webp",
      "sizes": "512x512",
      "type": "image/webp"
    }
  ]
}