{
  "name": "LMS Client Manager",
  "short_name": "ClientManager",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/ASH_Logo_WithTitle.svg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable" // "any" means normal icon. "maskable" means it will be cropped cleanly into Android shapes (circle, square)
    },
    {
      "src": "/images/logo/ASH_Logo_WithTitle.svg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable" // "any" means normal icon. "maskable" means it will be cropped cleanly into Android shapes (circle, square)
    }
  ]
}