{
  "name": "OpenSky - Weather from Surface to Space",
  "short_name": "OpenSky",
  "description": "Modern weather app with advanced radar, AI insights, real-time alerts, and beautiful design",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1e293b",
  "theme_color": "#0ea5e9",
  "orientation": "any",
  "categories": ["weather", "news", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/OpenSky-logo.png",
      "sizes": "84x84",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "84x84",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "84x84",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home screen showing current weather"
    },
    {
      "src": "/screenshots/radar.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Advanced weather radar"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile weather view"
    }
  ],
  "shortcuts": [
    {
      "name": "Current Weather",
      "short_name": "Weather",
      "description": "View current weather conditions",
      "url": "/",
      "icons": [{ "src": "/OpenSky-logo.png", "sizes": "84x84" }]
    },
    {
      "name": "Weather Radar",
      "short_name": "Radar",
      "description": "View live weather radar",
      "url": "/radar",
      "icons": [{ "src": "/OpenSky-logo.png", "sizes": "84x84" }]
    },
    {
      "name": "7-Day Forecast",
      "short_name": "Forecast",
      "description": "View extended forecast",
      "url": "/forecast",
      "icons": [{ "src": "/OpenSky-logo.png", "sizes": "84x84" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+weather",
      "url": "/?location=%s"
    }
  ]
}