Monster Cards

Monster Cards

Create monster cards, magic item cards and paper minis from D&D Beyond

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Monster Cards",
  "short_name": "Monster Cards",
  "author": "Rawr Creations",
  "version": "1.0.3",
  "description": "Create monster cards, magic item cards and paper minis from D&D Beyond",
  "permissions": [
    "activeTab",
    "storage",
    "https://*/",
    "http://*/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Monster Cards",
    "default_popup": "popup.html",
    "default_icon": "icons/icon128.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}