Fast New Tab Redirect

Fast New Tab Redirect

Redirect the New Tab page to your favorite

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fast New Tab Redirect",
  "description": "Redirect the New Tab page to your favorite",
  "version": "1.4",
  "options_page": "options.html",
  "chrome_url_overrides": {
    "newtab": "dummy.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ]
}