Roll20 DnD Sheet

Roll20 DnD Sheet

A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character (for now ?) but lets you play characters/npcs with ease in a more compacted design and with great reactivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Roll20 DnD Sheet",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "*://app.roll20.net/editor/",
    "*://app.roll20.net/editor",
    "*://app.roll20.net/editor?*",
    "*://app.roll20.net/editor#*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://app.roll20.net/editor",
        "https://app.roll20.net/editor/",
        "https://app.roll20.net/editor/#*",
        "https://app.roll20.net/editor#*",
        "https://app.roll20.net/editor/?*",
        "https://app.roll20.net/editor?*"
      ],
      "js": [
        "injector.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "wshook.js",
    "bundle.js",
    "bundle.css"
  ],
  "version": "1.0.0"
}