Examine source code of New Tab with chrome apps

Inspect and view changes in New Tab with chrome apps 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",
  "manifest_version": 2,
  "name": "New Tab with chrome apps",
  "version": "1.4",
  "author": "jyny",
  "icons": {
    "128": "icon.png"
  },
  "description": "simple extension allows change default-new-tab to chrome-apps",
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  }
}