{
  "id": "/",
  "scope": "/",
  "start_url": "/?source=pwa",
  "name": "Smarter Weather",
  "short_name": "Smarter Weather",
  "description": "Accurate, real-time weather forecasts, interactive radar, and severe weather alerts.",
  "lang": "en-US",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "any",
  "categories": ["weather", "utilities"],
  "theme_color": "#047ce0",
  "background_color": "#0c1018",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search location",
      "short_name": "Search",
      "description": "Find weather for any U.S. location",
      "url": "/?source=pwa-shortcut-search",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
