Amazon Launcher

Amazon Launcher

Quick launch Amazon Services. Access Amazon home, cart, video, account, and books with one-click.

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 Launcher",
  "description": "Quick launch Amazon Services. Access Amazon home, cart, video, account, and books with one-click.",
  "version": "1.1.0",
  "icons": {
    "128": "Aicon_128.png"
  },
  "browser_action": {
    "default_icon": "Aicon2.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}