{ "manifest_version": 3, "name": "Search Image with Google Lens", "version": "1.0", "description": "Adds a context menu item to search an image with Google Lens", "permissions": ["contextMenus", "activeTab"], "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png" } }