Amazon Europe Price Compare by comparizon.eu

Amazon Europe Price Compare by comparizon.eu

Compare and discover the best deals effortlessly across European Amazon stores and find the best deals. 🌍💰

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDetails__",
  "version": "1.1.5",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "storage",
    "offscreen",
    "webNavigation"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*",
        "https://amazon.com/*",
        "https://www.amazon.nl/*",
        "https://amazon.nl/*",
        "https://www.amazon.de/*",
        "https://amazon.de/*",
        "https://www.amazon.fr/*",
        "https://amazon.fr/*",
        "https://www.amazon.es/*",
        "https://amazon.es/*",
        "https://www.amazon.it/*",
        "https://amazon.it/*",
        "https://www.amazon.com.be/*",
        "https://amazon.com.be/*",
        "https://www.amazon.co.uk/*",
        "https://amazon.co.uk/*",
        "https://www.amazon.se/*",
        "https://amazon.se/*",
        "https://amazon.pl/*",
        "https://www.amazon.pl/*",
        "https://open.er-api.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}