Examine source code of Compedia

Inspect and view changes in Compedia 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": "Compedia",
  "description": "Compedia has been a global leader in the development of interactive educational systems, content and technologies, since 1988.",
  "version": "1.0",
  "icons": {
    "128": "compedia.png"
  },
  "app": {
    "urls": [
      "http://compedia.net/"
    ],
    "launch": {
      "web_url": "http://compedia.net/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}