Examine source code of Racer Doge

Inspect and view changes in Racer Doge 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": "Racer Doge",
  "description": "Race your car-driving Doge through the dangerous crypto-highway. Such excite!",
  "version": "1.0.2",
  "manifest_version": 2,
  "icons": {
    "16": "racerDoge16.png",
    "128": "racerDoge128.png"
  },
  "app": {
    "urls": [
      "http://djv2mmq1jocj7.cloudfront.net/main.html"
    ],
    "launch": {
      "web_url": "http://djv2mmq1jocj7.cloudfront.net/main.html"
    }
  }
}