Examine source code of tic-tac-toe

Inspect and view changes in tic-tac-toe 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": "tic-tac-toe",
  "description": "__MSG_appDesc__",
  "default_locale": "ja",
  "version": "1.1",
  "app": {
    "urls": [
      "http://shojisworks.com/apps/tic-tac-toe/"
    ],
    "launch": {
      "web_url": "http://shojisworks.com/apps/tic-tac-toe/"
    }
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": []
}