{
  "name": "Vanilla Progressive Web App",
  "short_name": "VanillaPWA",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#317EFB",
  "description": "A simple PWA built without frameworks.",
  "icons": [
    {
      "src": "png-princess-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "Icon_Bird_512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}