Keep Teams Awake (2026) Firefox

Examine source code of Keep Teams Awake (2026)

Inspect and view changes in Keep Teams Awake (2026) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "KeepTeamsAwake",
  "version": "1.0.4",
  "description": "Prevents the Microsoft Teams website or PWA from sleeping",
  "action": {
    "default_icon": {
      "48": "icons/48.png",
      "96": "icons/96.png",
      "128": "icons/128.png",
      "256": "icons/256.png",
      "512": "icons/512.png",
      "1024": "icons/1024.png"
    }
  },
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png",
    "1024": "icons/1024.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://teams.live.com/*",
        "https://teams.microsoft.com/*",
        "https://teams.cloud.microsoft/*",
        "https://teams.microsoft.com.mcas.ms/*",
        "https://dod.teams.microsoft.us.mcas-gov.us/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "keepteamsawake@tomiakaz.github",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Keep Teams Awake (2026) Alternatives

Here are some Firefox add-ons that are similar to Keep Teams Awake (2026):