CP Calendar

CP Calendar

Chrome extension for checking Competitive programming contests schedule organized by various platforms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CP Calendar",
  "description": "Chrome extension for checking Competitive programming contests schedule organized by various platforms.",
  "manifest_version": 3,
  "version": "3.0.0",
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "host_permissions": [
    "https://clist.by/api/v2/contest"
  ]
}