Examine source code of Contemporary Authors Online

Inspect and view changes in Contemporary Authors Online 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": "Contemporary Authors Online",
  "description": "Contemporary Authors Online",
  "author": "Gale, a part of Cengage Learning",
  "version": "0.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://go.galegroup.com/ps?p=CA&sid=chromeapps"
    ],
    "launch": {
      "web_url": "http://go.galegroup.com/ps?p=CA&sid=chromeapps"
    }
  },
  "icons": {
    "128": "CA_128x128.png"
  }
}