{
  "name": "易支付官网 - 免签约聚合支付平台",
  "short_name": "易支付",
  "description": "易支付官网提供正规免签约聚合支付接口，支持微信支付、支付宝、银联云闪付，费率0.38%起，实时到账。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0066ff",
  "orientation": "portrait",
  "scope": "/",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["finance", "business", "payments"],
  "icons": [
    {
      "src": "/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    } 
  ],
  "screenshots": [
    {
      "src": "/screenshots/preview.png",
      "sizes": "874x480",
      "type": "image/jpeg",
      "label": "易支付官网首页"
    },
    {
      "src": "/screenshots/features.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "label": "易支付功能特性"
    }
  ],
  "shortcuts": [
    {
      "name": "易支付费率",
      "short_name": "费率",
      "description": "查看易支付平台费率",
      "url": "/#pricing",
      "icons": [
        {
          "src": "/icons/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "易支付API文档",
      "short_name": "API文档",
      "description": "查看易支付接口文档",
      "url": "/#integration",
      "icons": [
        {
          "src": "/icons/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "易支付常见问题",
      "short_name": "FAQ",
      "description": "易支付官网常见问题解答",
      "url": "/#faq",
      "icons": [
        {
          "src": "/icons/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "联系易支付",
      "short_name": "联系",
      "description": "联系易支付客服",
      "url": "/#contact",
      "icons": [
        {
          "src": "/icons/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://pcflxx.cn/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "display_override": ["standalone", "browser"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+yipay",
      "url": "/pay?url=%s"
    }
  ]
}