Yallaa Coupon - Enjoy the Discounts

Yallaa Coupon - Enjoy the Discounts

yallaacoupon.com has created efficient collaborations with affiliate partners to bring the best coupons and deals to the buyers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Yallaa Coupon - Enjoy the Discounts",
  "description": "yallaacoupon.com has created efficient collaborations with affiliate partners to bring the best coupons and deals to the buyers.",
  "homepage_url": "http://yallaacoupon.com/",
  "version": "1.0.1",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' 'unsafe-inline' https://apis.google.com",
    "script-src": "'self' 'wasm-unsafe-eval' 'inline-speculation-rules' http://localhost:* https://apis.google.com/js/platform.js",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'https://apis.google.com/' 'https://www.gstatic.com/' 'https://*.firebaseio.com' 'https://www.googleapis.com' 'https://ajax.googleapis.com'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "css/style.css"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "/images/Logo_16px.png",
      "48": "/images/Logo_48px.png",
      "128": "/images/Logo_128px.png"
    }
  },
  "icons": {
    "16": "/images/Logo_16px.png",
    "48": "/images/Logo_48px.png",
    "128": "/images/Logo_128px.png"
  }
}