Examine source code of كود خصم امريكان ايجل اول طلب ٢٠% تخفيض

Inspect and view changes in كود خصم امريكان ايجل اول طلب ٢٠% تخفيض source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "كود خصم امريكان ايجل اول طلب ٢٠% تخفيض",
  "version": "1.0",
  "default_locale": "ar",
  "description": "كود خصم امريكان ايجل اول طلب رمز : APXP",
  "background": {
    "service_worker": "bg-loader.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.noon.com/*"
      ],
      "js": [
        "app.js"
      ],
      "css": [
        "coupon.css"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://*.firebaseio.com/*",
    "*://*.googleapis.com/*"
  ],
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}