Geekbox: new tab page

Geekbox: new tab page

Override the new tab page with a different one

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Geekbox: new tab page",
  "description": "Override the new tab page with a different one",
  "version": "0.2",
  "incognito": "split",
  "icons": {
    "48": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "geekbox.html"
  },
  "permissions": [
    "storage",
    "topSites",
    "bookmarks",
    "geolocation"
  ],
  "manifest_version": 2
}