Github Trending New Tab

Github Trending New Tab

This unofficial extension shows the top trending github repos as provided by http://github.com/trending

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Github Trending New Tab",
  "author": "Anmol Mago",
  "description": "This unofficial extension shows the top trending github repos as provided by http://github.com/trending",
  "incognito": "split",
  "version": "1.2.2",
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "http://*.anmolmago.com/"
  ]
}