Examine source code of Left Right Word Game

Inspect and view changes in Left Right Word Game 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",
  "manifest_version": 2,
  "name": "Left Right Word Game",
  "short_name": "Word Game",
  "version": "3.3.0",
  "description": "This is a reading comprehension game which focuses on homophones.",
  "icons": {
    "16": "Images/FavIcon16.png",
    "48": "Images/FavIcon48.png",
    "128": "Images/FavIcon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "LRWord.js",
        "LRWordListen.js",
        "LRWordKey.js",
        "LRWordGame.js",
        "LRWordBank.js",
        "LRWordBook.js"
      ]
    }
  },
  "offline_enabled": true
}