github1s Linker

github1s Linker

Inserts a direct link to github1s in gitHub repos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "github1s Linker",
  "description": "Inserts a direct link to github1s in gitHub repos",
  "version": "1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "add_button.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon32.png",
    "32": "images/icon64.png",
    "64": "images/icon128.png"
  }
}