Examine source code of WordList

Inspect and view changes in WordList 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": "WordList",
  "description": "A vocabulary list app",
  "version": "1.0",
  "browser_action": {
    "default_popup": "WordList.html",
    "default_icon": "extension_logo.png"
  },
  "manifest_version": 2,
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens WordList.html"
    }
  }
}