My Bookmarks Folder Firefox

Examine source code of My Bookmarks Folder

By: Octopus
Inspect and view changes in My Bookmarks Folder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDesc__",
  "author": "Octopus",
  "homepage_url": "https://codeberg.org/Xardas/my-bookmarks-folder",
  "version": "1.1.4",
  "icons": {
    "48": "icons/icon.svg"
  },
  "permissions": [
    "contextMenus",
    "bookmarks",
    "storage",
    "tabs",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "bookmarks.html?type=popup",
    "default_icon": "icons/icon.svg"
  },
  "sidebar_action": {
    "default_title": "__MSG_extensionName__",
    "default_panel": "bookmarks.html?type=sidebar",
    "default_icon": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings/options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+B"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "my-sidebar-bookmarks@octopus",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best My Bookmarks Folder Alternatives

Here are some Firefox add-ons that are similar to My Bookmarks Folder: