{
  "name": "SKYCAST — Weather Intelligence",
  "short_name": "SKYCAST",
  "description": "Real-time weather forecast with 7-day prediction and hourly charts",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#080d18",
  "theme_color": "#00e5ff",
  "lang": "en",
  "scope": "/",
  "categories": ["weather", "utilities"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}