Containers as Tab Groups Firefox

Examine source code of Containers as Tab Groups

Inspect and view changes in Containers as Tab Groups source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Containers as Tab Groups",
  "version": "1.1.0",
  "description": "Group your tabs automatically by their Multi-Account Container, treating each container like a profile.",
  "homepage_url": "https://github.com/hummusim/container-tab-groups",
  "permissions": [
    "tabs",
    "tabGroups",
    "contextualIdentities",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "containers-as-tab-groups@hummusim",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Containers as Tab Groups",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "commands": {
    "toggle-mute": {
      "suggested_key": {
        "default": "Ctrl+Shift+Period",
        "mac": "Command+Shift+Period"
      },
      "description": "Toggle mute on the audible tab"
    }
  }
}

Best Containers as Tab Groups Alternatives

Here are some Firefox add-ons that are similar to Containers as Tab Groups: