New Group Button Firefox

Examine source code of New Group Button

Inspect and view changes in New Group Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "New Group Button",
  "version": "1.0",
  "description": "Create a new tab group with an empty tab.",
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_title": "Open a new group",
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "new-group@david.local"
    }
  }
}

Best New Group Button Alternatives

Here are some Firefox add-ons that are similar to New Group Button: