Quick Press Firefox

Examine source code of Quick Press

Inspect and view changes in Quick Press source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Press",
  "version": "0.2.1.0",
  "description": "macOS Spotlight-style search to quickly click links and buttons on the page without using a mouse.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Quick Press",
    "default_icon": {
      "16": "logo.png",
      "32": "logo.png",
      "48": "logo.png",
      "128": "logo.png"
    }
  },
  "commands": {
    "toggle-spotlight": {
      "suggested_key": {
        "default": "Alt+K",
        "mac": "Alt+K"
      },
      "description": "Toggle Quick Press Search"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quickpress@extension.local",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Quick Press Alternatives

Here are some Firefox add-ons that are similar to Quick Press: