Slack Groups Firefox

Examine source code of Slack Groups

By: phts
Inspect and view changes in Slack Groups source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Slack Groups",
  "version": "0.3.0",
  "author": "Phil Tsaryk",
  "description": "Organize your starred contacts easily",
  "homepage_url": "https://github.com/phts/firefox-slack-groups",
  "icons": {
    "48": "icons/app.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "applications": {
    "gecko": {
      "id": "slack-groups@phts",
      "strict_min_version": "59.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.slack.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "page_action": {
    "browser_style": true,
    "default_icon": "icons/button.png",
    "default_title": "Organize starred contacts",
    "default_popup": "popup.html",
    "show_matches": [
      "https://app.slack.com/*"
    ]
  }
}

Best Slack Groups Alternatives

Here are some Firefox add-ons that are similar to Slack Groups: