Competitive's Calender

Competitive's Calender

Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": " Competitive's Calender",
  "description": "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Calender"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "https://kontests.net/api/v1/all"
  ]
}