Evilbob Firefox

Examine source code of Evilbob

By: evilbob
Inspect and view changes in Evilbob source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Evilbob",
  "description": "Evilbob - A powerful command palette prototype for Chromium and Firefox",
  "version": "0.8.3",
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "options_page": "src/views/options/options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "plugins/*",
        "assets/*",
        "content-script.js",
        "favicon.ico"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "media/evilbob-icon-16x16.png",
      "32": "media/evilbob-icon-32x32.png",
      "48": "media/evilbob-icon-48x48.png",
      "128": "media/evilbob-icon-128x128.png"
    }
  },
  "icons": {
    "16": "media/evilbob-icon-16x16.png",
    "32": "media/evilbob-icon-32x32.png",
    "48": "media/evilbob-icon-48x48.png",
    "128": "media/evilbob-icon-128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script-entrypoint.js"
      ],
      "all_frames": true,
      "match_origin_as_fallback": true,
      "match_about_blank": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "bookmarks",
    "topSites",
    "history",
    "tabs",
    "management",
    "browsingData",
    "downloads",
    "cookies",
    "sessions"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "commands": {
    "open": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "windows": "Ctrl+Shift+L",
        "mac": "Command+Shift+L",
        "chromeos": "Ctrl+Shift+L",
        "linux": "Ctrl+Shift+L"
      },
      "description": "Open Evilbob"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b9b3ea58-ee1c-4d96-8b6e-9548ff99fa5b}",
      "strict_min_version": "109.0"
    }
  }
}

Best Evilbob Alternatives

Here are some Firefox add-ons that are similar to Evilbob: