Wiki Search for GitHub

Wiki Search for GitHub

Search wiki of the repository on GitHub

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wiki Search for GitHub",
  "version": "2.0.0",
  "description": "Search wiki of the repository on GitHub",
  "icons": {
    "16": "images/icons/16.png",
    "24": "images/icons/24.png",
    "32": "images/icons/32.png",
    "48": "images/icons/48.png",
    "64": "images/icons/64.png",
    "128": "images/icons/128.png",
    "256": "images/icons/256.png",
    "512": "images/icons/512.png"
  },
  "content_scripts": [
    {
      "js": [
        "github-wiki-search.user.js"
      ],
      "matches": [
        "https://github.com/*"
      ]
    }
  ]
}