Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2025.6.5.045",
"name": "Yahoo Shopping",
"description": "Save Money with Automatic Promo Codes",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Yahoo!",
"default_icon": {
"16": "img\/icon-square-16x16.png",
"48": "img\/icon-square-48x48.png",
"128": "img\/icon-square-128x128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon-square-16x16.png",
"48": "img\/icon-square-48x48.png",
"128": "img\/icon-square-128x128.png"
},
"content_scripts": [
{
"run_at": "document_start",
"js": [
"content.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"alarms",
"scripting",
"storage",
"tabs",
"webNavigation",
"webRequest"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"img\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"fonts\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"complete-login.html"
],
"matches": [
"https:\/\/login.yahoo.com\/*",
"https:\/\/api.login.yahoo.com\/*"
],
"use_dynamic_url": false
}
],
"externally_connectable": {
"matches": [
"https:\/\/shopping.yahoo.com\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAteQveKCDR9ajGbjY2kH6wOYHYA335REYy8kZYmLCUGV9ZUjMLgqIcA4y+cZVtA0aOJHaHtHD7F+c8KFUNrrvGIAXy5DcisrLgupaBdbH7ItNKaWb8kNL0R9MnnkLOBfmGL9y\/baNaVLw0dVStMvWsZPJH2kJBpg0FxqvCqCUE6C4CgO0VssBGJPJKsfh93hXNFHYuZQBkm0Orr5cV2HIra6pt2wOxydDfwttfYGErHYMWAo8FJmP2Sh3\/tlGA\/Us4euXtxqaZVroWeDkzYR9zOX4mQVy3Lq0ZAA27plELAmpRHQUpwZldKKMtjFyAI66dav\/TMjiHHqrqQE\/fLEx0QIDAQAB",
"incognito": "split"
}