Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.0.0.74",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"index.bundle.js",
"searchByImage.bundle.js",
"navigationListener.bundle.js",
"navigationHelper.bundle.js",
"globalProgram.bundle.js",
"imageSearchContent.bundle.js",
"searchHelper.bundle.js",
"imageConverter.bundle.js",
"translationsHandler.bundle.js",
"superSearch.bundle.js"
],
"run_at": "document_end"
}
],
"action": [],
"background": {
"service_worker": "background.bundle.js"
},
"permissions": [
"contextMenus",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"images\/aliAssist.png",
"images\/mercado-livre-logo.png",
"images\/local.png",
"bootstrap-5.0.2-dist\/css\/bootstrap.min.css",
"styles\/calculator.css",
"bootstrap-5.0.2-dist\/js\/bootstrap.bundle.min.js",
"introjs-8.3.2\/introjs.min.css",
"introjs-8.3.2\/intro.min.js",
"runTour.bundle.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/logo.png"
},
"default_locale": "en"
}