{
  "name": "WeatherEye Live",
  "short_name": "WeatherEye",
  "description": "Live radar, severe weather outlooks, warnings and radiosonde tracking.",
  "start_url": "/viewer/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050812",
  "theme_color": "#050812",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/app/viewer/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/app/viewer/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "weather",
    "utilities",
    "education"
  ],
  "shortcuts": [
    {
      "name": "View Latest Sounding",
      "short_name": "Latest",
      "description": "Open the most recent sounding data",
      "url": "/viewer/",
      "icons": [
        {
          "src": "/static/app/viewer/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
