AtCoder Calendar

AtCoder Calendar

Make it easy to add AtCoder contests to your Google Calendar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://atcoder.jp/contests/*"
      ]
    }
  ],
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "manifest_version": 3,
  "name": "AtCoder Calendar",
  "short_name": "AC Calender",
  "version": "1.1.4",
  "icons": {
    "16": "images/16icon.png",
    "48": "images/48icon.png",
    "128": "images/128icon.png"
  }
}