CLASH.GG XP Calculator

CLASH.GG XP Calculator

CLASH.GG XP Calculator shows you how much XP and how many coins you need to wager for next level

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CLASH.GG XP Calculator",
  "version": "1.3.1",
  "description": "CLASH.GG XP Calculator shows you how much XP and how many coins you need to wager for next level",
  "icons": {
    "16": "icons/clash16.png",
    "32": "icons/clash32.png",
    "48": "icons/clash48.png",
    "128": "icons/clash128.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://clash.gg/*",
        "https://www.clash.gg/*"
      ]
    }
  ]
}