{
  "$schema": "./registry.v1.schema.json",
  "manifest_version": 1,
  "name": "InPageEdit Plugins for Chinese Wikipedia",
  "homepage": "https://www.npmjs.com/package/ipe-plugin-zhwiki",
  "base_url": "./",
  "last_modified": "2025-12-10T14:33:12.950Z",
  "maintainers": [
    {
      "name": "PexEric",
      "url": "https://zh.wikipedia.org/wiki/User:PexEric"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.wikimedia.org/toolforge-repos/ipe-zhwiki.git"
  },
  "packages": [
    {
      "id": "link-translator",
      "name": "LinkTranslator",
      "version": "0.0.1",
      "description": "自动链接翻译机，现在登陆IPE！",
      "author": "PexEric",
      "license": "GPL-3.0-or-later",
      "categories": [],
      "loader": {
        "kind": "module",
        "entry": "link-translator/dist/index.mjs",
        "styles": [
          "link-translator/dist/style.css"
        ],
        "main_export": "default"
      }
    },
    {
      "id": "preview-with-variant",
      "name": "Preview With Variant",
      "version": "0.0.1",
      "description": "快速预览时可切换语言变体。",
      "author": "PexEric",
      "license": "GPL-3.0-or-later",
      "categories": [],
      "loader": {
        "kind": "module",
        "entry": "preview-with-variant/dist/index.mjs",
        "styles": [
          "preview-with-variant/dist/style.css"
        ],
        "main_export": "default"
      }
    },
    {
      "id": "redirect-helper",
      "name": "RedirectHelper",
      "version": "0.0.1",
      "description": "适用于中维的快捷重定向表单扩展。",
      "author": "PexEric",
      "license": "GPL-3.0-or-later",
      "categories": [],
      "loader": {
        "kind": "module",
        "entry": "redirect-helper/dist/index.mjs",
        "styles": [
          "redirect-helper/dist/style.css"
        ],
        "main_export": "default"
      }
    }
  ]
}