Roll20 Dice Stats

Roll20 Dice Stats

Calculates statistics for dice roll results from a Roll20 game chat

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Roll20 Dice Stats",
  "description": "Calculates statistics for dice roll results from a Roll20 game chat",
  "version": "0.1.0",
  "default_locale": "en",
  "icons": {
    "48": "48icon.png",
    "128": "128icon.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Roll20 Dice Stats"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}