Compare Amazon Side-to-side

Compare Amazon Side-to-side

Amazon products (price, specs) compared side-to-side (right click to add)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appNameShort__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "version": "14.24.0114.1506",
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "95",
  "icons": {
    "16": "assets/icons/16.png",
    "48": "assets/icons/48.png",
    "64": "assets/icons/64.png",
    "96": "assets/icons/96.png",
    "128": "assets/icons/128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://*.amazon.ae/*",
    "https://*.amazon.ca/*",
    "https://*.amazon.cn/*",
    "https://*.amazon.co.jp/*",
    "https://*.amazon.co.uk/*",
    "https://*.amazon.com.au/*",
    "https://*.amazon.com.be/*",
    "https://*.amazon.com.br/*",
    "https://*.amazon.com.mx/*",
    "https://*.amazon.com.tr/*",
    "https://*.amazon.com/*",
    "https://*.amazon.de/*",
    "https://*.amazon.eg/*",
    "https://*.amazon.es/*",
    "https://*.amazon.fr/*",
    "https://*.amazon.in/*",
    "https://*.amazon.it/*",
    "https://*.amazon.nl/*",
    "https://*.amazon.pl/*",
    "https://*.amazon.sa/*",
    "https://*.amazon.se/*",
    "https://*.amazonaws.com/*"
  ]
}