Teams Online Firefox

Examine source code of Teams Online

Inspect and view changes in Teams Online source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Teams Online",
  "version": "1.0",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://teams.microsoft.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "description": "Mantém o Teams PWA sempre online",
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "teamsonline@example.com",
      "strict_min_version": "91.0"
    }
  }
}

Best Teams Online Alternatives

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