Examine source code of HackerEarth Challenges

Inspect and view changes in HackerEarth Challenges 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
{
  "manifest_version": 2,
  "name": "HackerEarth Challenges Extension",
  "description": "HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.",
  "version": "2.4resigned1",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://www.hackerearth.com/",
    "https://www.hackerearth.com/"
  ],
  "applications": {
    "gecko": {
      "id": "aileihjgpakhkhedejpkpamnhpbnjhoj@chrome-store-foxified-unsigned"
    }
  }
}