{
  "name": "Eco Shift World",
  "short_name": "Eco Shift",
  "description": "Your trusted source for environmental news, renewable energy updates, and sustainability coverage.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-light-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["news", "environment", "sustainability"],
  "shortcuts": [
    {
      "name": "Climate News",
      "short_name": "Climate",
      "description": "Latest climate news",
      "url": "/climate",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Renewable Energy",
      "short_name": "Energy",
      "description": "Renewable energy updates",
      "url": "/renewable-energy",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ]
}
