Download Google Lens For Mac and Windows PC

Download Google Lens For Mac and Windows PC

Google Lens For Pc, Mac and Windows Will help you to search and detect images pattern and download with single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Download Google Lens For Mac and Windows PC",
  "description": "Google Lens For Pc, Mac and Windows Will help you to search and detect images pattern and download with single click",
  "manifest_version": 3,
  "version": "1.0.3",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "64": "icon.png",
    "128": "icon.png",
    "256": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "sweetalert.js",
        "script.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "host_permissions": [
    "https://*/*"
  ]
}