Search with Google Lens Firefox

Examine source code of Search with Google Lens

By: LKNQ
Inspect and view changes in Search with Google Lens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Search with Google Lens",
  "version": "2.2",
  "description": "Press Alt+W to snip any area and search with Google Lens",
  "permissions": [
    "activeTab",
    "tabs",
    "clipboardWrite",
    "<all_urls>",
    "https://lens.google.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "commands": {
    "activate-snip": {
      "suggested_key": {
        "default": "Alt+W"
      },
      "description": "Activate screen snipping tool"
    }
  },
  "browser_action": {
    "default_title": "Search with Google Lens (Alt+W)",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "snip.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "launcher.html",
    "launcher.js",
    "popup.html",
    "popup.js"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lens-snip@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Search with Google Lens Alternatives

Here are some Firefox add-ons that are similar to Search with Google Lens: