Github mirror homepage tranverse

Github mirror homepage tranverse

在Github官网和镜像网站进行转换 Generate a button to trans between GitHub homepage and mirror

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Github mirror homepage tranverse",
  "version": "0.1",
  "manifest_version": 3,
  "description": "在Github官网和镜像网站进行转换 Generate a button to trans between GitHub homepage and mirror",
  "icons": {
    "16": "icons/GitHub-Symbol.png",
    "32": "icons/GitHub-Symbol.png",
    "48": "icons/GitHub-Symbol.png",
    "128": "icons/GitHub-Symbol.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://huggingface.co/*",
        "https://hub.fgit.cf/*",
        "https://hf-mirror.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}