CodingBuddy

CodingBuddy

Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CodingBuddy",
  "description": "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.",
  "version": "1.2.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./img/ed2.png",
      "32": "./img/ed2.png",
      "48": "./img/ed2.png",
      "128": "./img/ed2.png"
    },
    "default_title": "CodingBuddy Calender"
  },
  "icons": {
    "16": "./img/ed2.png",
    "32": "./img/ed2.png",
    "48": "./img/ed2.png",
    "128": "./img/ed2.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}