Intellimerch Uploader

Intellimerch Uploader

Intellimerch Uploader Makes Your Merch by Amazon Product Listing Submissions Faster and Easier!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Intellimerch Uploader",
  "short_name": "IM Uploader",
  "version": "1.2.3",
  "description": "Intellimerch Uploader Makes Your Merch by Amazon Product Listing Submissions Faster and Easier!",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://merch.amazon.com/*/title-setup/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "lib/jquery-3.3.1.min.js",
      "lib/popper.min.js",
      "lib/bootstrap.min.js",
      "lib/bootstrap-notify.min.js",
      "lib/bootbox.min.js",
      "lib/moment.min.js",
      "lib/dropzone.min.js",
      "js/validateLicense.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/IMU-icon16.png",
    "48": "images/IMU-icon48.png",
    "128": "images/IMU-icon128.png"
  }
}