{
  "name": "Move With Muskan",
  "short_name": "MWM",
  "start_url": "/booking.html",
  "display": "standalone",
  "background_color": "#faf9f7",
  "theme_color": "#2d7a78",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}