{
  "name": "মিজান কোর্স ভিডিও অ্যাপ",
  "short_name": "মিজান কোর্স",
  "description": "মিজান কোর্সের ভিডিও, নোট, পিডিএফ ভিউ এবং ডাউনলোডসহ পূর্ণ PWA অ্যাপ।",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#091321",
  "theme_color": "#091321",
  "lang": "bn",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "web/favicon.ico",
      "type": "image/x-icon",
      "sizes": "16x16 32x32"
    },
    {
      "src": "web/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "web/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "web/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "web/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "web/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ]
}
