CodeForces Calendar™

CodeForces Calendar™

This extension will help you to remain updated with the latest CodeForces contests.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CodeForces Calendar™",
  "description": "This extension will help you to remain updated with the latest CodeForces contests.",
  "version": "1.0",
  "icons": {
    "16": "Icons/icon.png",
    "48": "Icons/icon.png",
    "128": "Icons/icon.png"
  },
  "browser_action": {
    "default_icon": "Icons/icon.png",
    "default_popup": "BrowserAction/popup.html"
  },
  "web_accessible_resources": [
    "BrowserAction/js/popup.js",
    "BrowserAction/css/style.css"
  ],
  "permissions": [
    "tabs",
    "http://www.codeforces.com/api/contest.list?jsonp=parseResponse",
    "http://www.codeforces.com/contests",
    "http://www.codeforces.com/*"
  ],
  "content_security_policy": "script-src 'self' https://codeforces.com/api/contest.list?jsonp=parseResponse; object-src 'none'"
}