{
  "name": "What PWA Can Do Today",
  "short_name": "PWA Today",
  "description": "What PWA Can Do Today is a showcase of what is possible with Progressive Web Apps today.\\n\\nThe app is itself a Progressive Web App which means it can be installed to the home screen of your mobile device or to your desktop.",
  "id": "pwa-today",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "icons": [
    {
      "src": "img/vielogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/vielogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "img/vielogo.png",
      "sizes": "400x822",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "img/banner1.jpg",
      "sizes": "1280x676",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}  