Examine source code of SCS EdTech

Inspect and view changes in SCS EdTech 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": "SCS EdTech",
  "version": "3.0",
  "manifest_version": 2,
  "description": "SCS EdTEch, Shelbyville, Indiana.",
  "icons": {
    "19": "icons/19.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "page": "window.html"
  },
  "browser_action": {
    "default_icon": "icons/19.png",
    "default_popup": "window.html",
    "default_title": "SCS EdTech"
  }
}