Examine source code of Chess

Inspect and view changes in Chess 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",
  "name": "Chess",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "Chess_icon.png"
  },
  "description": "Chess challenges the mind and sharpens thought.  Take your turn and run the board with this classic chess game in 3D",
  "app": {
    "urls": [
      "http://www.chessturn.com/?chromestore=1"
    ],
    "launch": {
      "web_url": "http://www.chessturn.com/?chromestore=1"
    }
  }
}