Bookmark Bar Groups Firefox

Examine source code of Bookmark Bar Groups

Inspect and view changes in Bookmark Bar Groups source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Bookmark Bar Groups",
  "version": "1.1.0",
  "description": "Switch between named bookmark bar groups. Each group syncs with your real Firefox bookmarks.",
  "author": "You",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "action": {
    "default_icon": {
      "48": "icons/icon48.png"
    },
    "default_title": "Bookmark Bar Groups",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "permissions": [
    "bookmarks",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bookmark-bar-groups@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Bookmark Bar Groups Alternatives

Here are some Firefox add-ons that are similar to Bookmark Bar Groups: