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",
"name": "Vetted AI: Your Shopping Agent",
"short_name": "Vetted AI: Your Shopping Agent",
"description": "Vetted investigates price history, product reviews, brand reputation, and more so you don\u2019t have to",
"version": "5.4.0",
"permissions": [
"storage",
"tabs",
"webNavigation",
"webRequest"
],
"host_permissions": [
"https:\/\/lustre-dataplane.rudderstack.com\/*",
"https:\/\/*.rudderlabs.com\/*",
"<all_urls>",
"*:\/\/lustre.ai\/*",
"*:\/\/vetted.ai\/*"
],
"background": {
"service_worker": "serviceWorker\/serviceWorker.js"
},
"content_scripts": [
{
"all_frames": false,
"match_about_blank": false,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"dogEar\/dogEar.js"
],
"run_at": "document_end"
},
{
"js": [
"storeVisits\/storeVisits.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end",
"all_frames": false,
"match_about_blank": false
},
{
"all_frames": true,
"matches": [
"*:\/\/*.slant.co\/*",
"*:\/\/*.lustre.ai\/*",
"*:\/\/*.vetted.ai\/*"
],
"js": [
"browserMessages\/browserMessages.js"
],
"run_at": "document_start"
}
],
"action": {
"default_title": "Vetted"
},
"web_accessible_resources": [
{
"resources": [
"assets\/images\/icons\/*.svg",
"dogEar\/dogEar.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.slant.co\/*",
"*:\/\/*.reefpig.com\/*",
"*:\/\/*.lustre.ai\/*",
"*:\/\/*.vetted.ai\/*",
"*:\/\/127.0.0.1\/*",
"*:\/\/localhost\/*",
"https:\/\/lustre-dataplane.rudderstack.com\/*",
"https:\/\/*.rudderlabs.com\/*"
]
},
"icons": {
"16": "assets\/images\/logo-16.png",
"48": "assets\/images\/logo-48.png",
"128": "assets\/images\/logo-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"manifest_version": 3
}