Examine source code of Convert to Binary Game

Inspect and view changes in Convert to Binary 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": "Convert to Binary Game",
  "short_name": "Binary",
  "version": "3.7.5",
  "description": "This game tests the player's ability to quickly do mental math.",
  "icons": {
    "16": "Images/FavIcon16.png",
    "48": "Images/FavIcon48.png",
    "128": "Images/FavIcon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "Binary.js",
        "BinaryKey.js",
        "BinaryListen.js",
        "BinaryGame.js",
        "BinaryTime.js",
        "BinaryBook.js",
        "BinaryLanguage.js"
      ]
    }
  },
  "offline_enabled": true
}