// {
//   "name": "ScrapGaadi",
//   "short_name": "ScrapGaadi",
//   "description": "Sell your scrap car easily with ScrapGaadi.",
//   "start_url": "/",
//   "scope": "/scrapgaadi/",
//   "display": "standalone",
//   "background_color": "#0A0A0B",
//   "theme_color": "#FF6A1A",
//   "orientation": "portrait-primary",
//   "icons": [
//     {
//       "src": "images/pwa-icon-192.png",
//       "sizes": "192x192",
//       "type": "image/png"
//     },
//     {
//       "src": "images/pwa-icon-192.png",
//       "sizes": "512x512",
//       "type": "image/png"
//     }
//   ]
// }


{
  "name": "ScrapGaadi",
  "short_name": "ScrapGaadi",
  "description": "Sell your scrap car easily with ScrapGaadi.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0B",
  "theme_color": "#16A34A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}