Contest Calendar

Contest Calendar

Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Contest Calendar",
  "version": "0.2.1",
  "manifest_version": 3,
  "description": "Calendar for all the upcoming contests on different competitive programming platforms like Codeforces, Codechef, Leetcode, etc.",
  "icons": {
    "16": "./images/timetable-1.png",
    "48": "./images/timetable-2.png",
    "128": "./images/timetable-3.png",
    "256": "./images/timetable-4.png"
  },
  "action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "./images/timetable-1.png",
      "48": "./images/timetable-2.png",
      "128": "./images/timetable-3.png",
      "256": "./images/timetable-4.png"
    },
    "default_title": "cp-calendar"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}