Examine source code of Bulk Slack Channel Archival

Inspect and view changes in Bulk Slack Channel Archival 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 Channel Archival",
  "version": "0.2.1",
  "action": {
    "default_title": "Bulk Slack Channel Archival",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/slack_channel_archival-16.png",
    "32": "images/slack_channel_archival-32.png",
    "48": "images/slack_channel_archival-48.png",
    "128": "images/slack_channel_archival-128.png"
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "compiled/background.js"
  },
  "host_permissions": [
    "https://slack.com/api/*",
    "https://wfttznwxih.execute-api.us-east-2.amazonaws.com/prod/lemonsqueezy"
  ],
  "manifest_version": 3
}