Share on Bluesky Firefox

Examine source code of Share on Bluesky

Inspect and view changes in Share on Bluesky source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Share on Bluesky",
  "version": "1.0.0",
  "description": "Share the current page on Bluesky with a single click",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Share on Bluesky",
    "default_icon": {
      "16": "../icons/icon16.png",
      "32": "../icons/icon32.png",
      "48": "../icons/icon48.png",
      "128": "../icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "../icons/icon16.png",
    "32": "../icons/icon32.png",
    "48": "../icons/icon48.png",
    "128": "../icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ecd43c0-fa7b-4389-9524-f76f249bb283}"
    }
  }
}

Best Share on Bluesky Alternatives

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