TNT - The New Tab

TNT - The New Tab

This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "name": "TNT - The New Tab",
  "description": "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!",
  "version": "1.1.0",
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "background": {
    "scripts": [
      "background.js",
      "options.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "storage"
  ]
}