Newtab Clear

Newtab Clear

Replace current newtab screen with blank newtab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Newtab Clear",
  "version": "1.2.5",
  "description": "Replace current newtab screen with blank newtab.",
  "icons": {
    "128": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "offline_enabled": true
}