{
  "name": "PWAFramework",
  "short_name": "PWA",
  "start_url": "/PWADemo/index.html",
  "display": "standalone",
  "background_color": "#fff",
  "theme_color": "#6c757d",
  "orientation": "landscape",
  "scope": "/PWADemo/",
  "icons": [
    {
      "src": "/PWADemo/assets/images/144x144.jpg",
      "type": "image/png", "sizes": "144x144"
    }
  ]
}