Bluesky Sidebar Firefox

Examine source code of Bluesky Sidebar

By: Henry
Inspect and view changes in Bluesky Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bluesky Sidebar",
  "description": "See what people are saying about the site you're on",
  "version": "0.0.11",
  "permissions": [
    "storage",
    "tabs",
    "identity",
    "contextMenus",
    "<all_urls>"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Space",
        "mac": "Command+Shift+Space"
      },
      "description": "Toggle the Bluesky Sidebar"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{42f52678-fbed-4a73-88dd-b01f94d06cdb}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "browser_style": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/popup.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/popup.css"
  ],
  "browser_action": {}
}

Best Bluesky Sidebar Alternatives

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