{
    "name": "My Weather App PWA",
    "short_name": "WeatherPWA",
    "description": "Weather application that shows the current weather in your location",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#18181b",
    "theme_color": "#f472b6",
    "icons": [
      {
        "src": "./icons/weatherApp192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "./icons/weatherApp512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }
  