Ullu Coupons, Promo code, Offers & Deals

Ullu Coupons, Promo code, Offers & Deals

Get Ullu Coupons, Promo code, Offers & Deals. This extension will help you to apply coupons on Ullu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ullu Coupons, Promo code, Offers & Deals",
  "description": "Get Ullu Coupons, Promo code, Offers & Deals. This extension will help you to apply coupons on Ullu",
  "manifest_version": 3,
  "version": "1.0.0",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "64": "icon.png",
    "128": "icon.png",
    "256": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://ullu.app/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}