New Tab Page with Date and Time

New Tab Page with Date and Time

A redesigned new tab page that has a date and time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "New Tab Page with Date and Time",
  "version": "1.0",
  "manifest_version": 2,
  "description": "A redesigned new tab page that has a date and time.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}