Convert to Binary Game

Convert to Binary Game

This game tests the player's ability to quickly do mental math.

Merlin
Additional files are visible only to premium users

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
}