{
  "id": "app.capetown-store.com",
  "name": "كيب تاون للتجارة",
  "short_name": "كيب تاون للتجارة",
  "description": "كل ما تحتاج في مكان واحد",
  "icons": [
    { "src": "/images/app_192_.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/app_192_.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/images/app_512_.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/app_512_.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/images/app_512_.png", "sizes": "512x512", "type": "image/png", "purpose": "monochrome" }
  ],
  "screenshots": [
    { "src": "/images/app_screenshot.png", "sizes": "472x1024", "type": "image/png", "label": "Homescreen of App" }
  ],
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "display": "standalone",
  "dir": "rtl",
  "orientation": "portrait",
  "start_url": "/",
  "categories": ["shopping"],
  "scope": "/",
  "shortcuts": [
    {
      "name": "احدث المنتجات ",
      "url": "/#/products",
      "description": "كل ما تحتاج في مكان واحد",
      "icons": [
        { "src": "/images/app_192_.png", "sizes": "192x192" }
      ]
    }
  ],
  "launch_handler": { 
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+capetown",
      "url": "/#/%s"
    }
  ],
  "url_handlers": [
    {
      "origin": "https://app.capetown-store.com"
    }
  ],
  "capture_links": "existing_client_event",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://app.capetown-store.com/manifest.webmanifest"
    }
  ],
  "share_target": {
    "action": "/#/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
