{
    "name":"An Example of PWA's",
    "short_name":"PWA",
    "start_url":"index.html",
    "display":"standalone",
    "background_color":"#5900b3",
    "theme_color":"black",
    "scope": ".",
    "description":"This is a PWA example by Ty Eggers",
    "icons":[
    {
    "src":"images/icon_192x192.png",                      
    "sizes":"192x192",
    "type":"image/png"
    },
    {
    "src":"images/icon_512x512.png",
    "sizes":"512x512",
    "type":"image/png"
    }
  ]
}