SHEIN Coupons & Deals

SHEIN Coupons & Deals

Get Live Shein Discount and Promo Codes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SHEIN Coupons & Deals",
  "description": "Get Live Shein Discount and Promo Codes.",
  "version": "1.0",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.shein.com/*",
        "*://*.couponfollow.com/site/shein.com"
      ],
      "js": [
        "contentscript.js"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "Shein Discounts",
    "default_icon": {
      "16": "img/128.png",
      "32": "img/128.png",
      "48": "img/128.png",
      "64": "img/128.png",
      "128": "img/128.png"
    }
  },
  "icons": {
    "16": "img/128.png",
    "32": "img/128.png",
    "48": "img/128.png",
    "64": "img/128.png",
    "128": "img/128.png"
  },
  "web_accessible_resources": [
    "visual/index.html"
  ],
  "permissions": [
    "*://*.couponfollow.com/site/shein.com",
    "*://*.shein.com/*",
    "webRequest",
    "webRequestBlocking"
  ]
}