{
  "name": "FidPark Web",
  "short_name": "WebAdmin",
  "description": "Implementing PWA behavior into existing ASP.NET MVC 5 app.",
  "theme_color": "#2196f3",
  "background_color": "#2196f3",
  "display": "standalone",
  "start_url": "/",
  "icons": [
    {
      "src": "Content/FidParkLogo200x37.png",
      "sizes": "200x37",
      "type": "image/png"
    }
  ]  
}