Examine source code of Power Rangers Death Race

Inspect and view changes in Power Rangers Death 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",
  "short_name": "Power Rangers Death Race",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "version": "2.1",
  "default_locale": "en",
  "app": {
    "urls": [
      "http://serragame.com/power-rangers-death-race/"
    ],
    "launch": {
      "web_url": "http://serragame.com/power-rangers-death-race/"
    }
  },
  "icons": {
    "128": "128.png"
  }
}