MerchTools

MerchTools

Merch by Amazon Sellers Toolbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/js/lib/merchtools.js",
      "/js/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.amazon.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "/js/lib/jquery-3.3.1.js",
        "/js/content/AZ_HUD_c.js"
      ]
    }
  ],
  "description": "Merch by Amazon Sellers Toolbox.",
  "icons": {
    "16": "/img/ico/icon16.png",
    "48": "/img/ico/icon48.png",
    "128": "/img/ico/icon128.png"
  },
  "manifest_version": 2,
  "name": "MerchTools",
  "permissions": [
    "contextMenus"
  ],
  "version": "1.4",
  "web_accessible_resources": [
    "/img/*"
  ]
}