Contests Notifier

Contests Notifier

Contest Notifier is a web extension designed to help you keep track of upcoming coding contests from various platforms like…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.1.1",
  "name": "Contests Notifier",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "48": "logo/icons48.png",
    "96": "logo/icons96.png"
  }
}