Examine source code of Vocab Builder: SAT - GRE

Inspect and view changes in Vocab Builder: SAT - GRE 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": "Vocab Builder: SAT - GRE",
  "short_name": "Vocab Builder: SAT - GRE",
  "description": "A free tool for studying SAT and GRE vocabulary.",
  "version": "1.0.0.0",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "http://www.middlemind.com/vb2web/Default.aspx"
  ],
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  }
}