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": "Capital One Shopping: Save Now",
"version": "0.1.1329",
"manifest_version": 3,
"description": "A simple and free way to help you save online",
"icons": {
"16": "assets\/icons\/shopping-icon16.png",
"48": "assets\/icons\/shopping-icon48.png",
"128": "assets\/icons\/shopping-icon128.png"
},
"options_ui": {
"page": "options.html",
"browser_style": true
},
"permissions": [
"alarms",
"tabs",
"contextMenus",
"storage",
"cookies",
"webRequest",
"scripting",
"offscreen"
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"chunks\/*",
"css\/*",
"global-less\/*",
"notifications\/*",
"static\/**\/*"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "bg.js",
"type": "module"
},
"action": {
"default_icon": {
"19": "assets\/icons\/browser\/browseraction-gray19.png",
"38": "assets\/icons\/browser\/browseraction-gray38.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"notifications\/injectors\/apps\/pageView.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.capitaloneshopping.com\/*",
"*:\/\/*.ivf-stage.com\/*"
],
"js": [
"notifications\/injectors\/apps\/wikibuy.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.bestbuy.com\/*",
"*:\/\/*.homedepot.com\/*",
"*:\/\/*.zappos.com\/*"
],
"js": [
"notifications\/injectors\/apps\/priceComparison.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"notifications\/injectors\/apps\/pie.js"
],
"type": "module",
"run_at": "document_start"
},
{
"matches": [
"*:\/\/dealfinder.retailmenot.com\/experience\/app*"
],
"all_frames": true,
"js": [
"notifications\/injectors\/apps\/retailMeNot.js"
],
"run_at": "document_start"
}
]
}