Old New Tab

Old New Tab

Replaces the new tab page in an attempt to replicate the old new tab 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": "Old New Tab",
  "short_name": "ONT",
  "description": "Replaces the new tab page in an attempt to replicate the old new tab page.",
  "default_locale": "en",
  "version": "0.1.2",
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "permissions": [
    "storage",
    "topSites",
    "management",
    "bookmarks",
    "chrome://favicon/"
  ],
  "icons": {
    "19": "images/icon19.png",
    "128": "images/icon128.png",
    "200": "images/icon200.png"
  },
  "incognito": "split",
  "minimum_chrome_version": "22"
}