Examine source code of Notetab - capture your thoughts

Inspect and view changes in Notetab - capture your thoughts 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": "Notetab - capture your thoughts",
  "author": "Nicklas Cook",
  "version": "1.4.5",
  "description": "Capture your thoughts seamlessly in the new tab page",
  "short_name": "Notetab",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2
}