Examine source code of WebRTC Tic Tac Toe

Inspect and view changes in WebRTC 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",
  "name": "WebRTC Tic Tac Toe",
  "description": "A test app for WebRTC protocol. It's a Tic Tac Toe application where you can play with your friend and share camera and audio.",
  "version": "1",
  "icons": {
    "24": "logo_24.png",
    "128": "logo_128.png"
  },
  "app": {
    "urls": [
      "http://aerobic-goal-632.appspot.com/"
    ],
    "launch": {
      "web_url": "http://aerobic-goal-632.appspot.com/"
    }
  },
  "permissions": [
    "audioCapture",
    {
      "socket": [
        "tcp-connect:*:*"
      ]
    },
    "videoCapture"
  ],
  "manifest_version": 2
}