Examine source code of 学城时序图插件

Inspect and view changes in 学城时序图插件 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",
  "name": "学城时序图插件",
  "version": "1.0.4",
  "description": "美团学城plantUML时序图插件,针对大图往下滚动时,参与者在顶部冻结。",
  "homepage_url": "https://km.sankuai.com/page/1987515251",
  "action": {
    "default_icon": "images/icon.png"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://km.sankuai.com/",
        "https://km.sankuai.com/*"
      ],
      "js": [
        "mt_plantUML_plugin.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "manifest_version": 3
}