Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Search Product By Image", "description": "Activate this extension to instantly display related images when you click on any image on Ajio or other websites.", "version": "1.0.5", "permissions": [ "activeTab", "sidePanel", "windows", "notifications", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "Icons\/Icon16.png", "32": "Icons\/Icon32.png", "64": "Icons\/Icon64.png", "128": "Icons\/Icon128.png" } }, "icons": { "16": "Icons\/Icon16.png", "32": "Icons\/Icon32.png", "64": "Icons\/Icon64.png", "128": "Icons\/Icon128.png" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "side_panel": { "default_path": "sidepanel.html" }, "options_page": "option.html", "web_accessible_resources": [ { "resources": [ "Icons\/*", "sidepanel.html" ], "matches": [ "<all_urls>" ] } ] }