iHerb discount Code 2023 May 2023

iHerb discount Code 2023 May 2023

Get iHerb Promo Code and enjoy additional discounts when shopping from the official iHerb website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "iHerb discount Code 2023 May 2023",
  "description": "Get iHerb Promo Code and enjoy additional discounts when shopping from the official iHerb website",
  "version": "1.1",
  "manifest_version": 3,
  "action": {
    "default_icons": {
      "128": "icon/128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.js",
        "js/script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "icon/128.png"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "notification.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}