HackerEarth Challenges

HackerEarth Challenges

HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.1",
  "manifest_version": 2,
  "short_name": "HackerEarth",
  "name": "HackerEarth Challenges",
  "author": "TIKAM CHAND MEGHWANSHI",
  "homepage_url": "https://www.tcmhack.in/",
  "description": "HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.",
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "host_permissions": [
    "*://*.hackerearth.com/*"
  ]
}