Examine source code of Connect Four Friends

Inspect and view changes in Connect Four Friends 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": "Connect Four Friends",
  "short_name": "Connect Four Friends",
  "description": "Boost your brain power and line up four discs in a row before your friend does first in Connect Four, a turn-based board game!",
  "version": "2.2.2.3",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr5i9s/paFQGh8/xCBDFisOzmrOvCwlMGYzPHrJhD4KLhA6TPgP9syikwaP20Rsqi3P7+u7Jdxu2wUbwFsMJrqNaAVmIibzgq5D0bCW3SKyvUW/pyG+OX3Ljy6zEuLyNbewhjP5dDPuS7No6BAATa82+AgrE4HOdJPyXYNcn5KvYN9lwWZqRXz6K1B0qKZyHPr3k8AhL7dy7G9gijI/5OH5OTHYBY4PSsg2QMcoJ++7bkTPvCZSaLGrdJGuA1WoO/XvN8BXm2LSq/x3ex48u6I5QTIhuNQu4RRt6gx6DKEznRCDntqIc84okFxANuvd2vlREAqdCut+Knv6/tSdMLTQIDAQAB",
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "*"
        ]
      },
      {
        "name": "trusted*",
        "accessible_resources": [
          "*"
        ]
      }
    ]
  },
  "permissions": [
    "webview"
  ]
}