Noon Promo code 2023(NMN7)

Noon Promo code 2023(NMN7)

Noon Promo Code 2023! With discounts on thousands of products, you can save big on all your favorite brands

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.8",
  "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://www.noon.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Noon Promo Code 2023! With discounts on thousands of products, you can save big on all your favorite brands",
  "icons": {
    "16": "/icons/icon16.png",
    "32": "/icons/icon32.png",
    "128": "/icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Noon Promo code 2023(NMN7)",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "tabs"
  ]
}