Roll20 WebP Support

Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Roll20 WebP Support",
  "description": "Workaround for the WebP picture format for Roll20.",
  "version": "1.4",
  "author": "HolographicWings",
  "permissions": [],
  "action": {},
  "icons": {
    "256": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://app.roll20.net/editor/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}