Spotlight Hybrid Firefox

Examine source code of Spotlight Hybrid

By: leo5358
Inspect and view changes in Spotlight Hybrid source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "1.0.1",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "spotlight-hybrid@leo5358.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "on_install": {
          "url": "https://github.com/leo5358/spotlight-like-window-#privacy--permissions"
        }
      }
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting",
    "search",
    "bookmarks",
    "history",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "spotlight.html",
        "spotlight.css",
        "spotlight.js",
        "fuse.esm.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "toggle-spotlight": {
      "suggested_key": {
        "default": "Command+Shift+9",
        "mac": "Command+Shift+9"
      },
      "description": "__MSG_cmdToggle__"
    }
  }
}

Best Spotlight Hybrid Alternatives

Here are some Firefox add-ons that are similar to Spotlight Hybrid: