Examine source code of Dots and boxes

Inspect and view changes in Dots and boxes 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",
  "version": "0.2.0",
  "manifest_version": 2,
  "icons": {
    "128": "i/128.png"
  },
  "app": {
    "launch": {
      "web_url": "http://www.dots-game.org/"
    },
    "urls": [
      "http://www.dots-game.org/"
    ]
  },
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en"
}