{
  "name": "Aurora Forecast — Real-time Northern Lights",
  "short_name": "Aurora Forecast",
  "description": "Live aurora visibility with weather, Kp index, moon phase, and personalized alerts. Never miss the Northern Lights!",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#F59E0B",
  "orientation": "portrait-primary",
  "categories": ["weather", "utilities", "travel"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon-96.png",
      "sizes": "96x96", 
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png", 
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Current Aurora Status",
      "short_name": "Status",
      "description": "Check current aurora visibility",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

