{
  "name": "NewsThali - Latest News & Updates",
  "short_name": "NewsThali",
  "description": "Your trusted source for the latest news, videos, and updates from around the world",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#CC5500",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["news", "media", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "View latest news articles",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Videos",
      "short_name": "Videos",
      "description": "Watch video news",
      "url": "/videos",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
