Pinned Sidebar Firefox

Examine source code of Pinned Sidebar

Inspect and view changes in Pinned Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pinned Sidebar",
  "version": "1.0.0",
  "description": "Pin your favorite sites in the sidebar for quick access.",
  "icons": {
    "16": "icons/icon-16.svg",
    "48": "icons/icon-48.svg",
    "128": "icons/icon-128.svg"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "sidebar_action": {
    "default_title": "Pinned Sidebar",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "48": "icons/icon-48.svg"
    }
  },
  "action": {
    "default_title": "Pinned Sidebar",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "48": "icons/icon-48.svg"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pinned-sidebar@tanukizzan.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Pinned Sidebar Alternatives

Here are some Firefox add-ons that are similar to Pinned Sidebar: