Lamenewtabpage

Lamenewtabpage

Replace the New Tab Page with your choice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lamenewtabpage",
  "version": "0.2",
  "description": "Replace the New Tab Page with your choice.",
  "icons": {
    "48": "icon48.png",
    "128": "icon96.png"
  },
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "incognito": "split"
}