Saleduck Malaysia - coupons and promotions

Saleduck Malaysia - coupons and promotions

Save time and money by automatically applying the best coupon codes online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Saleduck Malaysia - coupons and promotions",
  "short_name": "Saleduck",
  "version": "1.1.2.0",
  "description": "Save time and money by automatically applying the best coupon codes online.",
  "author": "Saleduck",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>",
    "unlimitedStorage",
    "cookies"
  ],
  "background": {
    "scripts": [
      "vendors/bundle.js",
      "bg/bundle.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon-32.png",
    "default_title": "Saleduck",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon-32.png",
    "18": "icon-32.png",
    "32": "icon-32.png",
    "128": "icon-32.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "web_accessible_resources": [
    "content/*.css",
    "content/*.svg",
    "icon-128.png",
    "icon-32.png"
  ]
}