League of Legends (LoL) Event Schedule

League of Legends (LoL) Event Schedule

This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "League of Legends (LoL) Event Schedule",
  "version": "2.6.0",
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_title": "Watch events!",
    "default_popup": "index.html#/popup"
  },
  "icons": {
    "16": "assets/icon.png",
    "19": "assets/icon.png",
    "24": "assets/icon.png",
    "32": "assets/icon.png",
    "48": "assets/icon.png",
    "64": "assets/icon.png",
    "128": "assets/icon.png",
    "256": "assets/icon.png",
    "512": "assets/icon.png"
  },
  "short_name": "LES",
  "update_url": "https://clients2.google.com/service/update2/crx"
}