Examine source code of CodingBuddy

Inspect and view changes in CodingBuddy 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
{
  "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"
}