Examine source code of newNewTab

Inspect and view changes in newNewTab 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
{
  "manifest_version": 2,
  "name": "newNewTab",
  "version": "1.2resigned1",
  "description": "Give your newTab-Page an all new look!",
  "chrome_url_overrides": {
    "newtab": "app/newtab.html"
  },
  "icons": {
    "48": "app/icons/logo48.png"
  },
  "background": {
    "scripts": [
      "app/js/clock.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5bc6fb72-dcb3-4fb0-953b-85f774125258}"
    }
  }
}