{
  "id": "./",
  "name": "TPL22 Social Games",
  "short_name": "TPL22",
  "description": "বন্ধুদের সঙ্গে free-to-play multiplayer social games খেলুন।",
  "lang": "bn-BD",
  "dir": "ltr",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f8f5",
  "theme_color": "#07845e",
  "categories": [
    "games",
    "entertainment",
    "social"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Free",
      "short_name": "Play",
      "description": "TPL22 Social Games খুলুন",
      "url": "./index.html?source=pwa_shortcut",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}