DealFinder by VoucherCodes

DealFinder by VoucherCodes

Automatically find and apply voucher codes when you shop online.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DealFinder by VoucherCodes",
  "short_name": "DealFinder",
  "description": "Automatically find and apply voucher codes when you shop online.",
  "version": "1.46.1",
  "manifest_version": 2,
  "homepage_url": "https://www.vouchercodes.co.uk/dealfinder",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-inactive_48.png",
    "default_title": "DealFinder by VoucherCodes"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background_chrome.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_globs": [
        "*.png*",
        "*.svg*",
        "*.jpg*",
        "*.jpeg*",
        "*.gif*",
        "*.mp4*",
        "*.pdf*",
        "*.xml*"
      ],
      "js": [
        "content_chrome.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "content.css",
    "images/*"
  ],
  "minimum_chrome_version": "49.0.0",
  "version_name": "1.46.1"
}