Splinterlands Battle Notes

Splinterlands Battle Notes

A tool to add functionality to the Splinterlands game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Splinterlands Battle Notes",
  "version": "1.2",
  "description": "A tool to add functionality to the Splinterlands game.",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://splinterlands.com/?p=battle_history"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "permissions": [
    "*://payhip.com/*"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "default_icon": "iconQ19.png",
  "default_title": "Splinterlands Battle Notes",
  "icons": {
    "48": "iconQ48.png",
    "128": "iconQ128.png"
  }
}