Indxu - Automatic Coupons at Checkout

Indxu - Automatic Coupons at Checkout

Indxu automatically applies coupon codes & discount code. We do all the work. You just shop and save.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Indxu - Automatic Coupons at Checkout",
  "version": "10.5",
  "description": "Indxu automatically applies coupon codes & discount code. We do all the work. You just shop and save.",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "persistent": true,
    "page": "bg.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-min.js",
        "js/script.js",
        "start_html.js",
        "start.js"
      ],
      "run_at": "document_start",
      "match_about_blank": false,
      "all_frames": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*",
    "css/*",
    "fonts/*",
    "js/*",
    "test.png"
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/cpd-logo-16.png",
    "48": "icons/cpd-logo-48.png",
    "128": "icons/cpd-logo-128.png"
  },
  "browser_action": {
    "default_title": "Indxu - Automatic Coupons at Checkout",
    "homepage_url": "https://indxu.com",
    "default_icon": {
      "16": "icons/default-16.png",
      "19": "icons/default-19.png",
      "32": "icons/default-32.png",
      "38": "icons/default-38.png"
    }
  }
}