TABU - New Tab Page

TABU - New Tab Page

Fast & simplistic new tab with speed dial, recommended sites and option for blank page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TABU - New Tab Page",
  "short_name": "TABU",
  "description": "Fast & simplistic new tab with speed dial, recommended sites and option for blank page.",
  "version": "1.0.1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "minimum_chrome_version": "37",
  "permissions": [
    "storage",
    "tabs",
    "bookmarks",
    "sessions",
    "topSites",
    "history"
  ],
  "chrome_url_overrides": {
    "newtab": "start.html"
  }
}