Examine source code of Vocablurry

Inspect and view changes in Vocablurry 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": "Vocablurry",
  "description": "Vocablurry is the best new way to learn new words without knowing that you're learning",
  "version": "2.0.0.5",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "notifications",
    "http://vocablurry.com/*",
    "https://vocablurry.com/*",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "v16.png",
    "48": "v48.png",
    "128": "v128.png"
  },
  "background": {
    "scripts": [
      "jslibs/jquery-2.2.1.min.js",
      "embed.js"
    ]
  },
  "browser_action": {
    "default_title": "Vocablurry",
    "default_icon": "v.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "css/hint.css"
      ],
      "js": [
        "jspos-0.2.2/lexer.js",
        "jspos-0.2.2/POSTagger.js",
        "jspos-0.2.2/lexicon.js_",
        "parser.js"
      ]
    }
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "vocablurry2.png"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.vocablurry.com/*"
    ]
  },
  "applications": {
    "gecko": {
      "id": "jid1-Cy7AXI81LKVedg@jetpack"
    }
  }
}