U.S. Bank Shopping Deals

U.S. Bank Shopping Deals

Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "U.S. Bank Shopping Deals",
  "version": "3.2.09",
  "description": "Activate U.S. Bank Shopping Deals rewards directly from 1,100+ store sites with one click and never miss out on rewards again.",
  "homepage_url": "https://shopping1.rewardscentermall.com/",
  "author": "Cartera",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "webNavigation",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "cookies",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "bg/bundle.js"
  },
  "content_scripts": [
    {
      "js": [
        "content/bundle.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "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": [
        "content/*.css",
        "content/*.svg"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}