{
  "id": "kokoands-pwa",
  "name": "كوكو & إس - التجارة الاجتماعية المصرية",
  "short_name": "كوكو & إس",
  "description": "سوبر ماركت حيّك، مستلزمات المنزل، والإلكترونيات - توصيل سريع في الفيصل، الوراق وأكثر",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#E31E24",
  "orientation": "portrait-primary",
  "dir": "rtl",
  "lang": "ar-EG",
  "scope": "/",
  "icons": [
    {
      "src": "/images/koko-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/koko-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "lifestyle", "food"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "المتجر",
      "short_name": "تسوق",
      "description": "تصفح جميع المنتجات",
      "url": "/shop?source=shortcut",
      "icons": [{ "src": "/images/koko-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "طلباتي",
      "short_name": "طلبات",
      "description": "تتبع طلباتك",
      "url": "/orders?source=shortcut",
      "icons": [{ "src": "/images/koko-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "كوكو لايف",
      "short_name": "لايف",
      "description": "تسوق مباشر",
      "url": "/live?source=shortcut",
      "icons": [{ "src": "/images/koko-logo.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+kokoands",
      "url": "/%s"
    }
  ]
}
