Pinned MS Teams Firefox

Examine source code of Pinned MS Teams

Inspect and view changes in Pinned MS Teams source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "msteams@alejandrobrizuela.com.ar"
    }
  },
  "manifest_version": 2,
  "name": "Pinned MS Teams",
  "version": "1.0.0",
  "description": "Go to the pinned MS Teams tab. If it doesn't exist, it's created.",
  "icons": {
    "48": "icons/teams-48.png",
    "64": "icons/teams-64.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/teams-32.png"
    },
    "default_title": "Pinned Teams",
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+T"
      }
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  }
}

Best Pinned MS Teams Alternatives

Here are some Firefox add-ons that are similar to Pinned MS Teams: