Examine source code of Extreme Racing 2 Car race

Inspect and view changes in Extreme Racing 2 Car race 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": "Extreme Racing 2 Car race",
  "manifest_version": 2,
  "short_name": "ExtremeRace",
  "description": "Extreme Racing 2 Race Car for Chrome",
  "version": "1.0",
  "icons": {
    "128": "er2icon.png"
  },
  "app": {
    "launch": {
      "web_url": "http://minimalgames.net/extreme-racing-2/"
    }
  }
}