Vouchertoday Coupon Finder

Vouchertoday Coupon Finder

Vouchertoday displays the best coupon codes and deals when you shop online at 30,000+ brands.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Vouchertoday",
  "version": "0.1.0",
  "icons": {
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Find deals for your favourite sites",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "tabs",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "v-dull.svg",
    "emojis/monocle.png",
    "emojis/broom.png",
    "emojis/fingers_crossed.png",
    "emojis/no_offers.png",
    "emojis/offers.png"
  ]
}