Examine source code of Minimalistic new tab

Inspect and view changes in Minimalistic 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",
  "name": "Minimalistic new tab",
  "version": "3.0.0",
  "description": "This extension replaces the default new tab with a more minimalstic one with tons of customization options",
  "icons": {
    "16": "img/newtab16.png",
    "32": "img/newtab32.png",
    "48": "img/newtab48.png",
    "98": "img/newtab98.png",
    "128": "img/newtab128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "search"
  ],
  "manifest_version": 3
}