Examine source code of JAvascript based Database Editor

Inspect and view changes in JAvascript based Database Editor 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",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "default_locale": "en",
  "description": "A GUI client for local SQLite databases",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "manifest_version": 2,
  "name": "JAvascript based Database Editor",
  "short_name": "JADE",
  "permissions": [
    "storage",
    {
      "fileSystem": [
        "write"
      ]
    }
  ],
  "version": "1.1"
}