{
  "name": "BBNB News - Breaking News & Updates",
  "short_name": "BBNB News",
  "description": "India's trusted multi-lingual news platform with AI-powered search and real-time updates",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#dc2626",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["news", "entertainment", "information"],
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "News Homepage"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile News View"
    }
  ],
  "shortcuts": [
    {
      "name": "Breaking News",
      "short_name": "Breaking",
      "description": "View latest breaking news",
      "url": "/?category=breaking",
      "icons": [{ "src": "/icons/breaking.png", "sizes": "96x96" }]
    },
    {
      "name": "Live TV",
      "short_name": "Live",
      "description": "Watch BBNB News Live",
      "url": "/news/live-tv",
      "icons": [{ "src": "/icons/live.png", "sizes": "96x96" }]
    },
    {
      "name": "AI Search",
      "short_name": "Search",
      "description": "AI-powered news search",
      "url": "/?search=true",
      "icons": [{ "src": "/icons/search.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "features": [
    "Cross-device sync",
    "Offline reading",
    "Push notifications",
    "Voice search",
    "Multi-language support"
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
