{
  "name": "A Better Weather",
  "short_name": "ABetterWeather",
  "description": "Fast, clean weather forecasts. No clutter.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#378ADD",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["weather", "utilities"],
  "shortcuts": [
    {
      "name": "San Antonio Weather",
      "url": "/weather/san-antonio-tx"
    },
    {
      "name": "Austin Weather",
      "url": "/weather/austin-tx"
    }
  ]
}
