{
  "name": "JMHooligan Weather",
  "short_name": "WeatherApp",
  "description": "Full weather reports with hourly forecasts, 7-day outlooks, UV index, and air quality. Bookmark multiple locations.",
  "version": "1.2.0",
  "start_url": "JMHooligan-WeatherApp.html",
  "display": "standalone",
  "background_color": "#080808",
  "theme_color": "#080808",
  "orientation": "portrait",
  "scope": "/WeatherApp/",
  "categories": [
    "weather",
    "utilities"
  ],
  "icons": [
    {
      "src": "icons/JMHooligan-WeatherApp-Icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/JMHooligan-WeatherApp-Icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}