Goto Github Repo

Goto Github Repo

Fast access to github repos you have visited

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Goto Github Repo",
  "description": "Fast access to github repos you have visited",
  "version": "0.5.0",
  "background": {
    "scripts": [
      "lodash.min.js",
      "helper.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "history",
    "storage",
    "tabs"
  ],
  "omnibox": {
    "keyword": "gh"
  },
  "icons": {
    "16": "images/octo.png",
    "128": "images/logo.png"
  },
  "manifest_version": 2
}