xxcoupons

xxcoupons

The latest coupons and promo codes can be found here at xxcoupons.com for popular online stores.Get your coupon code and save money.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "xxcoupons",
  "description": "The latest coupons and promo codes can be found here at xxcoupons.com for popular online stores.Get your coupon code and save money.",
  "version": "2.2",
  "browser_action": {
    "default_icon": "xxcoupons128.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "nptification.js"
    ]
  },
  "permissions": [
    "notifications"
  ],
  "icons": {
    "128": "xxcoupons128.png"
  },
  "homepage_url": "https://www.xxcoupons.com/"
}