{
  "name": "Ophelia — MTN Chat",
  "short_name": "Ophelia",
  "description": "Ophelia: secure, responsive chat for MTN internal use.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FFCB05",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "assets/images/MTN_2022_black_bg_yellow.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/MTN_2022_black_bg_yellow.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "New",
      "description": "Start a new conversation",
      "url": "/",
      "icons": [
        {
          "src": "assets/images/MTN_2022_black_bg_yellow.webp",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Open home",
      "short_name": "Home",
      "description": "Open the Ophelia home screen",
      "url": "/",
      "icons": [
        {
          "src": "assets/images/MTN_2022_black_bg_yellow.webp",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "assets/images/MTN_2022_black_bg_yellow.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Ophelia — Chat"
    }
  ],
  "prefer_related_applications": false
}
