H&m promo code (A5AC)

H&m promo code (A5AC)

Get a new H&m discount code and also other sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.1",
  "author": "mahmoudElmaandi @https://khamsat.com/user/softkhayr",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Click to show coupons"
  },
  "content_scripts": [
    {
      "css": [
        "coupon.css"
      ],
      "js": [
        "logo.js",
        "app.js",
        "autoPopulate.js"
      ],
      "matches": [
        "https://*.hm.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Get a new H&m discount code and also other sites ",
  "icons": {
    "16": "/icons/icon16.png",
    "32": "/icons/icon32.png",
    "128": "/icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "H&m promo code (A5AC)",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "tabs"
  ]
}