Amazon Button - Shop faster, Save bigger!

Amazon Button - Shop faster, Save bigger!

Gift for Amazon shoppers! Now enjoy shopping at your favorite destination with just one click of a button next to the address bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Amazon Button - Shop faster, Save bigger!",
  "version": "3.18.1.5",
  "description": "Gift for Amazon shoppers! Now enjoy shopping at your favorite destination with just one click of a button next to the address bar.",
  "author": "SRP",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Amazon"
  }
}