Examine source code of Ant Design Runner v4

Inspect and view changes in Ant Design Runner v4 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
{
  "name": "Ant Design Runner v4",
  "description": "__MSG_extDescription__",
  "version": "1.1",
  "manifest_version": 3,
  "default_locale": "zh_CN",
  "content_scripts": [
    {
      "matches": [
        "https://4x.ant.design/*",
        "https://4x-ant-design.antgroup.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/*",
        "lib/*"
      ],
      "matches": [
        "https://4x.ant.design/*",
        "https://4x-ant-design.antgroup.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}