LoL Esports Matches

LoL Esports Matches

Displays matches of the day for League of Legends

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LoL Esports Matches",
  "version": "1.7",
  "description": "Displays matches of the day for League of Legends",
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://azi.blob.core.windows.net/hltv/lolmatches.json"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}