Savoo.co.uk Vouchers & Promo Codes

Savoo.co.uk Vouchers & Promo Codes

Find vouchers 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


{
  "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",
    "notifications"
  ],
  "background": {
    "scripts": [
      "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>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "88.0"
    }
  }
}