Command Palette for Firefox Firefox

Examine source code of Command Palette for Firefox

By: djwj
Inspect and view changes in Command Palette for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Command Palette",
  "version": "1.0",
  "description": "Control Firefox with Sublime/helm-M-x style fuzzy complete. Use it from the omnibar with the ; search prefix, or trigger a pop-up with Ctrl+Space. Keybinding is configurable.",
  "omnibox": {
    "keyword": ";"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "contextualIdentities",
    "cookies",
    "tabs"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/32.png",
    "default_title": "Command Palette",
    "default_popup": "command-bar.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Space"
      }
    }
  }
}

Best Command Palette for Firefox Alternatives

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