Bookmark Container Manager Firefox

Examine source code of Bookmark Container Manager

Inspect and view changes in Bookmark Container Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "author": "masu1",
  "homepage_url": "https://github.com/",
  "permissions": [
    "bookmarks",
    "menus",
    "storage",
    "contextualIdentities",
    "tabs",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "i18n.js",
      "background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extensionName__",
    "default_icon": {
      "48": "icons/icon48.svg",
      "96": "icons/icon96.svg"
    }
  },
  "icons": {
    "48": "icons/icon48.svg",
    "96": "icons/icon96.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bookmark-container-manager@masu1",
      "strict_min_version": "89.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Bookmark Container Manager Alternatives

Here are some Firefox add-ons that are similar to Bookmark Container Manager: