{
  "id": "/",
  "name": "Cricfrenzy",
  "short_name": "Cricfrenzy",
  "description": "Cricket news, live scores, videos, and analysis — English & বাংলা.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary", 
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [

  ],
  "shortcuts": [
    {
      "name": "English Edition",
      "short_name": "English",
      "url": "/en?utm_source=pwa-shortcut",
      "icons": [{ "src": "/icons/shortcut-en.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "বাংলা সংস্করণ",
      "short_name": "বাংলা",
      "url": "/bn?utm_source=pwa-shortcut",
      "icons": [{ "src": "/icons/shortcut-bn.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "categories": ["sports", "news", "cricket"],
  "prefer_related_applications": false
}