React Repositories New Tab

React Repositories New Tab

A New Tab extension that shows you popular and new React repositories.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "React Repositories New Tab",
  "short_name": "React New Tab",
  "version": "0.3",
  "description": "A New Tab extension that shows you popular and new React repositories.",
  "author": "Jørgen Nystad",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "homepage_url": "https://github.com/jorgenys/chrome-react-new-tab"
}