Word Clock

Word Clock

A beautiful word clock that replaces the default New Tab interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Word Clock",
  "short_name": "Word Clock",
  "version": "1.0",
  "description": "A beautiful word clock that replaces the default New Tab interface.",
  "author": "Chris Dalke",
  "icons": {
    "48": "static/img/icon48.png",
    "128": "static/img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.htm"
  }
}