Examine source code of ZA-蚂蚁理赔插件

Inspect and view changes in ZA-蚂蚁理赔插件 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ZA-蚂蚁理赔插件",
  "description": "众安,蚂蚁,理赔插件,Chrome Extension,",
  "version": "1.0.2",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://claim.alipay.com/workbench/*"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [],
  "host_permissions": [
    "*://dlc-h5.zhongan.com/*",
    "*://dlc-h5-uat.zhongan.com/*",
    "*://dlc-h5-test.zhongan.com/*"
  ]
}