Algo Extension

Algo Extension

The browser extension where user can find Competitive Programming Contest and the Hackathons schedule on many coding platforms (…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Algo Extension",
  "version": "0.0.5",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": "logo.png"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "host_permissions": [
    "https://kontests.net/api/v1/all",
    "https://algo-extension.herokuapp.com/algoList",
    "https://algo-extension.herokuapp.com/algo/"
  ]
}