KONTESTS

KONTESTS

Competitive Programming Contests Schedule

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Ali Osm",
  "description": "Competitive Programming Contests Schedule",
  "homepage_url": "https://kontests.net",
  "incognito": "spanning",
  "permissions": [
    "https://www.kontests.net/api/*"
  ],
  "manifest_version": 2,
  "name": "KONTESTS",
  "version": "3.1",
  "browser_action": {
    "default_icon": "icons/logo.png",
    "default_title": "KONTESTS",
    "default_popup": "kontests.html"
  }
}