Examine source code of Discovery Education

Inspect and view changes in Discovery Education 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",
  "manifest_version": 2,
  "name": "Discovery  Education",
  "description": "Explore your curiousity!",
  "version": "1.0.1",
  "app": {
    "launch": {
      "web_url": "http://www.discoveryeducation.com/chrome/"
    }
  },
  "icons": {
    "128": "images/icons/icon-128.png",
    "144": "images/icons/icon-144.png",
    "512": "images/icons/icon-512.png"
  }
}