{
   "name": "Kast your podcast player",
   "short_name": "Kast",
   "start_url": "/",
   "display": "standalone",
   "background_color": "#0c4a6e",
   "theme_color": "#0c4a6e",
   "description": "Web based podcast player",
   "icons": [
     {
       "src": "/img/android-chrome-192x192.png",
       "sizes": "192x192",
       "type": "image/png"
     },
     {
       "src": "/img/android-chrome-512x512.png",
       "sizes": "512x512",
       "type": "image/png"
     }
   ],
   "screenshots": [
      {
       "src": "/img/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Kast player"
      },
      {
       "src": "/img/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Kast player"
      }
  ]
 }
 