Examine source code of Hackris

Inspect and view changes in Hackris 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": "Hackris",
  "description": "A typing game experiment.",
  "version": "2.2",
  "app": {
    "urls": [
      "http://imagentleman.github.io/hackris/"
    ],
    "launch": {
      "web_url": "http://imagentleman.github.io/hackris/"
    }
  },
  "icons": {
    "128": "trans-5.png"
  }
}