Examine source code of Four in a Row 3D

Inspect and view changes in Four in a Row 3D 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": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Four in a Row 3D",
  "description": "3D Four-in-a-Row Game",
  "version": "1.1",
  "app": {
    "launch": {
      "web_url": "http://fourinarow.mobialia.com/"
    }
  },
  "offline_enabled": false,
  "icons": {
    "128": "icon_128.png"
  }
}