{
  "name": "EkSho - Lending Platform",
  "short_name": "EkSho",
  "description": "Bangladesh's premier lending platform connecting borrowers with lenders",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#134e4a",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Campaign progress updates and stories",
      "url": "/feed",
      "icons": [
        {
          "src": "/icons/pwa-app-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your profile and reputation",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/pwa-app-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/pwa-app-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-feed.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "EkSho campaign updates"
    },
    {
      "src": "/screenshots/mobile-feed.png",
      "sizes": "320x640",
      "type": "image/png",
      "platform": "narrow",
      "label": "EkSho campaign updates (mobile)"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+lenden",
      "url": "/handle?url=%s"
    }
  ]
}
