GoRPG

GoRPG

Connect GoDice to Roll20 online platform (VTT)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "1.6",
  "author": "Particula Ltd.",
  "name": "GoRPG",
  "description": "Connect GoDice to Roll20 online platform (VTT)",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://app.roll20.net/editor*"
      ],
      "js": [
        "content.883ade9e.js"
      ],
      "exclude_matches": [
        "*://app.roll20.net/editor/character*"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://app.roll20.net/*"
      ],
      "resources": [
        "content.606f9b31.css",
        "content.42d53afb.png",
        "content.d9acd222.png",
        "content.6393b35b.png",
        "content.c1858c04.png",
        "content.d68aa22e.png",
        "content.33795e0b.png",
        "content.b145df9f.png",
        "content.4b856262.png",
        "content.6c7358e7.png",
        "content.71346ec6.png",
        "content.cafcd413.png",
        "content.1be95d0b.png",
        "content.e0005276.png",
        "content.e8b8489a.png",
        "content.267e27a4.png",
        "content.ea676f3d.png",
        "content.f7d9e755.png",
        "content.b63b405e.png",
        "content.9a196390.png",
        "content.24704efb.svg",
        "content.5a982f6b.css",
        "content.21660fcf.css",
        "content.7d4c5f7a.svg"
      ]
    }
  ]
}