D&DBeyond Print Enhancer

D&DBeyond Print Enhancer

Improves D&D Beyond's character sheet printing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "D&DBeyond Print Enhancer",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Improves D&D Beyond's character sheet printing",
  "homepage_url": "https://github.com/adam-p/dndbeyond-printenhance",
  "icons": {
    "128": "icons/icon128.png"
  },
  "permissions": [
    "declarativeContent",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [],
  "page_action": {
    "default_icon": {
      "128": "icons/icon128.png"
    },
    "default_title": "DDB Print Enhance"
  }
}