Examine source code of newtabtext

Inspect and view changes in newtabtext 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
{
  "manifest_version": 2,
  "name": "newtabtext",
  "description": "Adds a simple text editor to your new tab page.",
  "version": "0.0.3",
  "icons": {
    "64": "icon.png"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}