GitHub Search Tool

GitHub Search Tool

Instant access to the GitHub search bar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GitHub Search Tool",
  "description": "Instant access to the GitHub search bar",
  "version": "0.2.2",
  "browser_action": {
    "default_title": "GitHub Simple Search",
    "default_popup": "search_bar.html",
    "default_icon": "images/popup-icon.png"
  },
  "icons": {
    "128": "images/128-icon.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    }
  },
  "manifest_version": 2
}