{
  "name": "Aurora Forecast JS",
  "short_name": "Aurora Forecast JS",
  "start_url": "../index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
   {
      "src": "../favicon.ico",
      "sizes": "16x16",
      "type": "image/png"
    }, 
   {
      "src": "../AuroraForecastJS-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "../AuroraForecastJS-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}