Twitch DM - (Twitch Deleted Messages)

Twitch DM - (Twitch Deleted Messages)

Twitch DM - Show deleted message of chat on Twitch.tv

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitch DM - (Twitch Deleted Messages)",
  "short_name": "Twitch DM",
  "description": "Twitch DM - Show deleted message of chat on Twitch.tv",
  "author": "merkdev <[email protected]>",
  "version": "1.0.6",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon-64.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "tdm_content_script__.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-64.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}