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.1236", "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" ], "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-off-19.png", "38": "assets\/icons\/browser\/browseraction-off-38.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "notifications\/pageView.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.capitaloneshopping.com\/*", "*:\/\/*.ivf-stage.com\/*" ], "js": [ "notifications\/wikibuy.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.bestbuy.com\/*", "*:\/\/*.homedepot.com\/*", "*:\/\/*.zappos.com\/*" ], "js": [ "notifications\/priceComparison.js" ], "run_at": "document_start" }, { "matches": [ "<all_urls>" ], "js": [ "notifications\/pie.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/dealfinder.retailmenot.com\/experience\/app*" ], "all_frames": true, "js": [ "notifications\/retailMeNot.js" ], "run_at": "document_start" } ] }