Examine source code of Nexus: New Tab Page

Inspect and view changes in Nexus: New Tab Page 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": "Nexus: New Tab Page",
  "version": "1.2.0",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "description": "Upgrade your browser with a customizable new tab page, offering a refreshing look and personalized useful features.",
  "icons": {
    "16": "images/icons/icon-16.png",
    "32": "images/icons/icon-32.png",
    "128": "images/icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "favicon",
    "contextMenus",
    "storage",
    "topSites"
  ],
  "chrome_url_overrides": {
    "newtab": "nexus.html"
  },
  "background": {
    "service_worker": "lib/js/sw.min.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}