VTT Enhancement Suite

VTT Enhancement Suite

aka R20ES provides quality-of-life and workflow speed improvements to the Roll20 VTT. NOTE: VTT Enhancement Suite is not affiliated with Roll20 and is developed independently.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "VTT Enhancement Suite",
  "version": "1.28.20",
  "description": "aka R20ES. Provides quality-of-life and workflow speed improvements to Roll20.",
  "permissions": [
    "*://app.roll20.net/editor/",
    "*://app.roll20.net/editor",
    "*://app.roll20.net/editor?*",
    "*://app.roll20.net/editor#*",
    "*://cdn.roll20.net/*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "96": "logo96.png",
    "128": "logo128.png"
  },
  "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": [
        "ContentScript.js"
      ]
    },
    {
      "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": [
        "EarlyContentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "Background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ffed5dfa-f0e1-403d-905d-ac3f698660a7}"
    }
  },
  "web_accessible_resources": [
    "*.tsx",
    "*.ts",
    "*.js",
    "*.css",
    "logo.svg",
    "*.png",
    "*.webm"
  ],
  "applications": {
    "gecko": {
      "id": "{ffed5dfa-f0e1-403d-905d-ac3f698660a7}"
    }
  }
}