Bluesky Command Palette Firefox

Examine source code of Bluesky Command Palette

By: tomo-x
Inspect and view changes in Bluesky Command Palette source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "$schema": "https://json.schemastore.org/webextension.json",
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "manifest_version": 3,
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://bsky.app/*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "main.css"
      ]
    },
    {
      "matches": [
        "https://bsky.app/*"
      ],
      "js": [
        "inject.js"
      ],
      "world": "MAIN"
    }
  ],
  "commands": {
    "open-palette": {
      "suggested_key": {
        "default": "Ctrl+Shift+0",
        "mac": "Command+Shift+0"
      },
      "description": "__MSG_openCommandPalette__"
    }
  },
  "action": {
    "default_title": "__MSG_openCommandPalette__",
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bsky_command_palette@tomo-x.bsky.social",
      "strict_min_version": "137.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Bluesky Command Palette Alternatives

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