{
  "name": "bazargah",
  "short_name": "bazargah",
  "theme_color": "#0054a2", // <-- ADD THIS (Use your app's brand color)
  "background_color": "#f1f5f9", // <-- ADD THIS (Use your app's page background)
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/",
  "icons": [
    { "src": "icons/ChatGPT-image-logo.png", "sizes": "1024x1024", "type": "image/png", "purpose": "maskable any" }
  ],
  "screenshots": [
    {
      "src": "pwa-imgs/desktop-screenshot.png",
      "type": "image/png",
      "sizes": "1920x1104",
      "form_factor": "wide"
    },
    {
      "src": "pwa-imgs/mobile-screenshot.png",
      "type": "image/png",
      "sizes": "1080x2400",
      "form_factor": "narrow"
    }
  ]
}
