Noon Promo Code & Coupon | May 2023

Noon Promo Code & Coupon | May 2023

Get Noon promo code and enjoy additional discounts when shopping from the official Noon website or from the mobile application

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Noon Promo Code & Coupon | May 2023 ",
  "description": "Get Noon promo code and enjoy additional discounts when shopping from the official Noon website or from the mobile application",
  "version": "1.4",
  "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"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "notification.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ]
}