{
  "name": "Aurora Alert: Space Weather",
  "short_name": "Aurora Alert",
  "description": "Real-time Kp index, solar wind, geomagnetic storm alerts and aurora visibility forecasts. Data from NOAA SWPC.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#020c1a",
  "theme_color": "#020c1a",
  "categories": ["weather", "science", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Dashboard",
      "short_name": "Dashboard",
      "description": "View live space weather data",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Kp Index Explained",
      "short_name": "What is Kp?",
      "description": "Learn about the Kp index",
      "url": "/blog/kp-index-explained.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
