New Tab Helper 2019

New Tab Helper 2019

This extension provides a new homepage experience so you can easily find what you need.

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 2019",
  "description": "This extension provides a new homepage experience so you can easily find what you need.",
  "version": "2.4",
  "background": {
    "scripts": [
      "scripts/utils.js",
      "scripts/ntp.js",
      "scripts/background.js"
    ]
  },
  "icons": {
    "19": "icons/hp-19.png",
    "48": "icons/hp-48.png",
    "128": "icons/hp-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "ntp/newtab.html"
  },
  "permissions": [
    "tabs",
    "http://www.mybrowserbar.com/",
    "webNavigation",
    "history",
    "storage"
  ]
}