Live Tab Groups Firefox

Examine source code of Live Tab Groups

Inspect and view changes in Live Tab Groups source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Live Tab Groups",
  "version": "0.2.0",
  "description": "Automatically creates and maintains tab groups from dynamic sources (GitHub PRs, and more).",
  "permissions": [
    "storage",
    "alarms",
    "tabs",
    "tabGroups"
  ],
  "host_permissions": [
    "https://api.github.com/*",
    "https://github.com/*"
  ],
  "background": {
    "scripts": [
      "providers/github-prs.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "action": {
    "default_title": "Live Tab Groups"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@live-tab-groups.martinohansen",
      "strict_min_version": "139.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Live Tab Groups Alternatives

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