New Tab Helper 72

New Tab Helper 72

Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab Helper 72",
  "short_name": "New Tab Helper",
  "version": "2.3.0.5",
  "background": {
    "scripts": [
      "scripts/utils.js",
      "scripts/ntp.js",
      "scripts/background.js"
    ]
  },
  "icons": {
    "48": "icons/nth-48.png",
    "128": "icons/nth-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "ntp/newtab.html"
  },
  "description": "Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.",
  "permissions": [
    "tabs",
    "webNavigation",
    "history",
    "chrome://favicon/*",
    "storage",
    "*://*.mybrowserbar.com/"
  ],
  "chrome_settings_overrides": {
    "homepage": "http://www.mybrowserbar.com/cgi/yhr.cgi?type=hp&cnid=0",
    "startup_pages": [
      "http://www.mybrowserbar.com/cgi/yhr.cgi?type=hp&cnid=0"
    ]
  }
}