You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
320 B

{
"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"
}
}