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": "BuyScout\u00ae - AI Shopping Assistant",
"version": "1.14.0",
"description": "Get instant product insights and answers to your shopping questions",
"permissions": [
"background",
"identity",
"notifications",
"storage",
"tabs"
],
"oauth2": {
"client_id": "626968917036-vtqlfl32293gto2asmm2iaacjc8a04vs.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"icon-16.png",
"icon-32.png",
"icon-48.png",
"icon-128.png",
"src\/pages\/popup\/*",
"src\/pages\/content\/sidebar\/*",
"src\/pages\/content\/explore-widget\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"background": {
"service_worker": "src\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-32.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"src\/pages\/contentUI\/index.js"
]
}
],
"devtools_page": "src\/pages\/devtools\/index.html"
}