Privacy Extension for Slack Firefox

Examine source code of Privacy Extension for Slack

By: ja3y
Inspect and view changes in Privacy Extension for Slack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Slack Privacy Extension",
  "version": "0.2.0",
  "description": "Protect your privacy in Slack by hiding your conversations",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*.slack.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Privacy Mode Enabled",
    "default_icon": {
      "12": "hidden12.png",
      "16": "hidden16.png",
      "32": "hidden32.png",
      "48": "hidden48.png",
      "64": "hidden64.png",
      "128": "hidden128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.slack.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "toggle-privacy": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "Command+Shift+2"
      },
      "description": "Toggle Privacy Mode"
    }
  },
  "icons": {
    "12": "hidden12.png",
    "16": "hidden16.png",
    "32": "hidden32.png",
    "48": "hidden48.png",
    "64": "hidden64.png",
    "128": "hidden128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d7b3235-9168-464e-b422-bca4944f9f8b}",
      "strict_min_version": "122.0"
    }
  }
}

Best Privacy Extension for Slack Alternatives

Here are some Firefox add-ons that are similar to Privacy Extension for Slack: