Examine source code of Global Math Challenge

Inspect and view changes in Global Math Challenge 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": "Global Math Challenge",
  "description": "Global Math Challenge (GMC) is a worldwide math competition held online and hosted by Sony Global Education, Inc.",
  "version": "0.0.1",
  "app": {
    "launch": {
      "web_url": "https://www.global-math.com"
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "background"
  ]
}