Examine source code of CRA School Student Login

Inspect and view changes in CRA School Student Login 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": "CRA School Student Login",
  "manifest_version": 2,
  "short_name": "CRA School Student Login",
  "description": "Students can use this chrome extension to access our student login account quickly.",
  "version": "1",
  "icons": {
    "128": "CRA SCHOOL - LOGO (7).png"
  },
  "app": {
    "launch": {
      "web_url": "https://students.cra-school.com/login/index.php"
    }
  }
}