Voucher Codes CoupoRando

Voucher Codes CoupoRando

The CoupoRando addon automatically notifies you about special voucher codes, coupons, and discounts while you're shopping.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.1.14",
  "background": {
    "persistent": false,
    "scripts": [
      "background/script_eventPage.js",
      "background/ga.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content/style_content.css"
      ],
      "js": [
        "content/jquery-1.11.3.min.js",
        "content/script_google.js",
        "content/script_content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_page": "options/options.html",
  "icons": {
    "16": "images/logo_16.png",
    "48": "images/logo_48.png",
    "64": "images/logo_64.png",
    "128": "images/logo_128.png"
  },
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    "images/logo_128.png",
    "images/arrow.png",
    "images/settings_icon.png",
    "images/more.png",
    "images/more_h.png",
    "options/options.html"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}