Examine source code of Rot2

Inspect and view changes in Rot2 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": "Rot2",
  "short_name": "Rot2",
  "description": "The double rotation game",
  "version": "0.0.1",
  "minimum_chrome_version": "38",
  "offline_enabled": true,
  "icons": {
    "16": "assets/rot2-16.png",
    "128": "assets/rot2-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}