Savoo.co.uk Vouchers, Promo & Discount Codes

Savoo.co.uk Vouchers, Promo & Discount Codes

Find and apply promo codes at checkout on various online stores, helping you save money while shopping online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Savoo.co.uk Vouchers, Promo & Discount Codes",
  "description": "Find and apply promo codes at checkout on various online stores, helping you save money while shopping online.",
  "version": "1.0.9",
  "manifest_version": 3,
  "icons": {
    "16": "/img/savoo-16.png",
    "48": "/img/savoo-48.png",
    "128": "/img/savoo-128.png"
  },
  "action": {
    "default_icon": {
      "16": "/img/savoo-16.png",
      "48": "/img/savoo-48.png",
      "128": "/img/savoo-128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "gcm",
    "notifications"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/launcher.js",
        "content-script.js"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.jpg",
        "*.gif",
        "*.eot",
        "*.eot#iefix",
        "*.ttf",
        "*.woff",
        "*.svg",
        "*.js",
        "*.css",
        "*.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}