{
  "name": "AI Chat bot",
  "short_name": "AIChat",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icons/ai-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/ai-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshot-desktop.png",
      "sizes": "530x920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dialog"
    },
    {
      "src": "images/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dialog"
    }
  ]
}
