Examine source code of New Tab Page with Countdown

Inspect and view changes in New Tab Page with Countdown 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": "New Tab Page with Countdown",
  "description": "Go home count down in new tab page",
  "version": "1.2",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissons": [
    "notifications"
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}