{
  "name": "Test",
  "short_name": "Test",
  "icons": [
    {
	  "src": "apple-touch-icon.png",
	  "type": "image/png",
	  "sizes": "180x180"
    },
	{
      "src": "R8small.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "R8large.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "description": "Test PWA.",
  "start_url": "index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "en-US"
}