Beyond The Spire

Beyond The Spire

DnDBeyond to TaleSpire Dice roller

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Beyond The Spire",
  "description": "DnDBeyond to TaleSpire Dice roller",
  "version": "0.9.4",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.dndbeyond.com/*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ]
}