Amazon Shopping Tools

Amazon Shopping Tools

Save money and time with DontPayFull proprietary Amazon Shopping Tools. Get instant discounts up to 75% off and find hidden deals!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Amazon Shopping Tools",
  "description": "Save money and time with DontPayFull proprietary Amazon Shopping Tools. Get instant discounts up to 75% off and find hidden deals!",
  "default_locale": "en",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Amazon Shopping Tools",
    "default_icon": {
      "19": "icons/19x19.png",
      "38": "icons/38x38.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src https://geo.dpf.cloud https://*.doubleclick.net https://api.dontpayfull.com https://www.google-analytics.com"
  },
  "version": "1.2.8"
}