Basic New Tab

Basic New Tab

An extremely basic new tab page with a dark background that displays the current time using only built in javascript functionality.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Basic New Tab",
  "version": "0.1",
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  }
}