Four in a Row (Connect 4)

Four in a Row (Connect 4)

Play Four in a Row in Chrome with two players.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Four in a Row (Connect 4)",
  "description": "Play Four in a Row in Chrome with two players.",
  "version": "1.2.2",
  "browser_action": {
    "default_popup": "FourInARow.html",
    "default_icon": "4inaRowIcon.png"
  },
  "icons": {
    "16": "4inaRowIcon16.png",
    "32": "4inaRowIcon32.png",
    "48": "4inaRowIcon48.png",
    "96": "4inaRowIcon96.png",
    "128": "4inaRowIcon128.png"
  },
  "manifest_version": 2,
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "MacCtrl+Shift+L"
      },
      "description": "Opens FourInARow.html"
    }
  }
}