Noon Coupon 2023 Discount Codes New %

Noon Coupon 2023 Discount Codes New %

Get Noon Coupon 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 Coupon 2023 Discount Codes New %",
  "description": "Get Noon Coupon code and enjoy additional discounts when shopping from the official Noon website or from the mobile application",
  "version": "1.0",
  "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": []
    }
  ]
}