{
  "name": "PWA Shell Demo",
  "short_name": "PWASDemo",
  "lang": "en-US",
  "scope": "/pwa/",
  "start_url": "/pwa/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#008b8b",
  "icons": [
    {
      "src": "assets/icons/app-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/app-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}