Examine source code of Change New Tab

Inspect and view changes in Change 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "3.1",
  "description": "__MSG_extDes__",
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "res/new.htm"
  },
  "icons": {
    "48": "res/0.png",
    "128": "res/1.png"
  },
  "background": {
    "service_worker": "res/background.js"
  },
  "options_ui": {
    "page": "res/options.htm",
    "open_in_tab": true
  },
  "permissions": [
    "storage"
  ]
}