{
    "name": "AutoBazaar Auction",
    "short_name": "ABAuction",
    "start_url": ".",
    "scope": ".",
    "theme_color": "#1d1e4e",
    "background_color": "#1d1e4e",
    "display": "standalone",
    "icons":[
      {
        "src":"logo.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src":"logo.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  
  }