Examine source code of NewTab-MovingClock

Inspect and view changes in NewTab-MovingClock source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NewTab-MovingClock",
  "version": "1.2",
  "description": "Clean moving clock that shows when you create a new tab.",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}