Examine source code of Wacky Cows

Inspect and view changes in Wacky Cows 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": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "1.0.0.2",
  "default_locale": "en",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.wackycows.com/"
    ],
    "launch": {
      "web_url": "http://www.wackycows.com/"
    }
  }
}