Githunt

Githunt

Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Githunt",
  "short_name": "Githunt",
  "description": "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.",
  "version": "3.10",
  "permissions": [
    "storage",
    "*://*.github.com/*"
  ],
  "icons": {
    "16": "/img/icon16.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "homepage_url": "http://kamranahmed.info/githunt",
  "browser_action": {
    "default_title": "Githunt",
    "default_icon": "/img/icon128.png"
  }
}