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",
"name": "U.S. Bank Shopping Deals\u00ae",
"version": "4.1.0",
"description": "Never miss out on rewards again. With the extension you\u2019ll get rewards alerts while you shop, plus get coupons applied at checkout.",
"homepage_url": "https:\/\/shopping1.rewardscentermall.com\/",
"author": "Cartera",
"manifest_version": 3,
"permissions": [
"tabs",
"webNavigation",
"webRequest",
"storage",
"unlimitedStorage",
"cookies",
"alarms",
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "bg\/bundle.js"
},
"content_scripts": [
{
"js": [
"content\/inject-mn-toolbar\/bundle.js"
],
"matches": [
"*:\/\/*.shopping1.rewardscentermall.com\/*",
"*:\/\/*.shopping1.rewardscentermall.com.eng.cartera.com\/*",
"*:\/\/*.shopping1.rewardscentermall.com.ist.cartera.com\/*",
"*:\/\/*.shopping1.rewardscentermall.com.staging.cartera.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"content\/button-installed\/bundle.js"
],
"matches": [
"*:\/\/*.shopping1.rewardscentermall.com\/*",
"*:\/\/*.shopping1.rewardscentermall.com.eng.cartera.com\/*",
"*:\/\/*.shopping1.rewardscentermall.com.ist.cartera.com\/*",
"*:\/\/*.shopping1.rewardscentermall.com.staging.cartera.com\/*"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/icon-16.png",
"32": "img\/icon-32.png"
},
"default_title": "Shopping Deals Extension"
},
"icons": {
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"*.css",
"*.svg",
"*.js",
"*.html",
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}