Tab Collections Manager Firefox

Examine source code of Tab Collections Manager

Inspect and view changes in Tab Collections Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Collections Manager",
  "version": "0.1.3",
  "description": "Organize tabs into persistent collections. Supports native tab groups, Multi-Account Containers, and tab hiding.",
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-collections-manager@mastacheata.de",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "tabHide",
    "storage",
    "contextualIdentities",
    "cookies"
  ],
  "background": {
    "scripts": [
      "shared/logger.js",
      "shared/tab-utils.js",
      "background/storage.js",
      "background/actions.js",
      "background/listeners.js",
      "background.js"
    ]
  },
  "action": {
    "default_title": "Tab Collections Manager",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "32": "icons/icon-32.svg"
    }
  },
  "commands": {
    "open-manager": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Open Tab Collections Manager"
    }
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "32": "icons/icon-32.svg",
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  }
}

Best Tab Collections Manager Alternatives

Here are some Firefox add-ons that are similar to Tab Collections Manager: