Examine source code of Bulk Slack Message Removal

Inspect and view changes in Bulk Slack Message Removal source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bulk Slack Message Removal",
  "version": "1.1.8",
  "action": {
    "default_title": "Bulk Slack Message Removal",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/bulk-slack-message-removal-16.png",
    "32": "images/bulk-slack-message-removal-32.png",
    "48": "images/bulk-slack-message-removal-48.png",
    "128": "images/bulk-slack-message-removal-128.png"
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "compiled/background.js"
  },
  "host_permissions": [
    "https://api.gumroad.com/*",
    "https://slack.com/api/*",
    "https://api.lemonsqueezy.com/v1/*"
  ],
  "manifest_version": 3
}