{
  "name": "Prayer Time",
  "short_name": "Prayer Time",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00695c",
  "description": "Get accurate Prayer Times, Sehri & Iftar schedule, and Ramadan Calendar for all districts in Bangladesh.",
  "orientation": "portrait",
  "categories": ["lifestyle", "productivity", "utilities"],
  "icons": [
    {
      "src": "/images/prayericon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/prayericon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/prayericon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}