Examine source code of Yahoo New Tab

Inspect and view changes in Yahoo New Tab 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
{
  "name": "Yahoo New Tab",
  "description": "Welcome to My Yahoo. Get your headlines, email, quotes and more — all in one place.",
  "manifest_version": 2,
  "version": "1.1resigned1",
  "homepage_url": "https://github.com/heubergen/yahoo-new-tab",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "48": "./images/icon_48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0220de78-d398-47cb-8323-ebab3a845d01}"
    }
  }
}