Amazon Reminder - Do you really need this?

Amazon Reminder - Do you really need this?

Don't spend money on what's not necessary. Increase your Agency.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Amazon Reminder - Do you really need this?",
  "manifest_version": 3,
  "version": "1.0",
  "description": "Don't spend money on what's not necessary. Increase your Agency.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  }
}