Start Page

Start Page

This extension is providing a new homepage experience so you can find easier 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": "Start Page",
  "short_name": "Start Page",
  "description": "This extension is providing a new homepage experience so you can find easier what you need.",
  "version": "2.4.0.3",
  "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",
    "webNavigation",
    "history",
    "storage"
  ],
  "chrome_settings_overrides": {
    "homepage": "http://www.mybrowserbar.com/cgi/yhr.cgi?type=hp&eid=Z2Rtbm9uZWVjb2tvcGNiamFmY2twcGJicGhhYWtubG4%3D&cnid=461086",
    "startup_pages": [
      "http://www.mybrowserbar.com/cgi/yhr.cgi?type=hp&eid=Z2Rtbm9uZWVjb2tvcGNiamFmY2twcGJicGhhYWtubG4%3D&cnid=461086"
    ]
  }
}