VoucherVault.co.uk - Voucher Codes & Offers

Get the latest Voucher Codes & Offers in your toolbar. Voucher Vault is updated hourly and has offers from over 4,000 stores.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VoucherVault.co.uk - Voucher Codes & Offers",
  "version": "1.1.0.8",
  "description": "Get the latest Voucher Codes & Offers in your toolbar. Voucher Vault is updated hourly and has offers from over 4,000 stores.",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "256": "images/vault.png"
  },
  "browser_action": {
    "default_title": "Voucher Codes from VoucherVault.co.uk",
    "default_icon": "images/vault.png",
    "default_popup": "feed.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://vouchervault.co.uk/*",
    "http://*.vouchervault.co.uk/*",
    "https://vouchervault.co.uk/*",
    "https://*.vouchervault.co.uk/*",
    "storage"
  ],
  "manifest_version": 2
}