League of Legends: Champion Builds & Counters

League of Legends: Champion Builds & Counters

Simple extension to conveniently grab champion builds and counters for League of Legends (using u.gg).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "League of Legends: Champion Builds & Counters",
  "description": "Simple extension to conveniently grab champion builds and counters for League of Legends (using u.gg).",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "permissions": [
    "tabs"
  ]
}