{
  "short_name": "OurShastri",
  "name": "Our Shastri App",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait",
  "icons": [
      {
          "src": "./icons/panditlogo192.png",
          "sizes": "192x192",
          "type": "image/png"
      },
      {
          "src": "./icons/panditlogo512.png",
          "sizes": "512x512",
          "type": "image/png"
      }
  ]
}