Examine source code of Bomberclone PNaCL

Inspect and view changes in Bomberclone PNaCL 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": "Bomberclone PNaCL",
  "description": "PNaCL port of bomberclone - www.bomberclone.de. GPLv2. Source: http://github.com/tapted/bomberclone-nacl",
  "version": "0.2.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "window.js"
      ]
    }
  },
  "sockets": {
    "udp": {
      "send": [
        "*:*"
      ],
      "bind": [
        "*:*"
      ]
    }
  },
  "icons": {
    "16": "app_assets/icon16.png",
    "128": "app_assets/icon128.png"
  }
}