Examine source code of Word Learner

Inspect and view changes in Word Learner 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": "Word Learner",
  "description": "With it you can learn new words",
  "manifest_version": 2,
  "version": "1.0.1",
  "browser_action": {
    "default_popup": "/popup.html",
    "default_icon": "/images/GGC_icon.png"
  }
}