XBOT Helper for Splinterlands

XBOT Helper for Splinterlands

XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "XBOT Helper for Splinterlands",
  "version": "0.35",
  "description": "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://splinterlands.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "scripts/service-worker.js"
  },
  "host_permissions": [
    "http://134.255.233.5:2117/api/battlehelper"
  ],
  "permissions": [
    "tabs"
  ]
}