{
  "name": "PWA Test",
  "short_name": "PWA",
  "theme_color": "#2196f3",
  "background_color": "#2196f3",
  "display": "standalone",
  "start_url": "pwa.html",
  "icons": [
    {
      "src": "./PWA.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./PWA192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
 ]
}


