SellGuru-Free Amazon Niche Finder

SellGuru-Free Amazon Niche Finder

Free Amazon Product Research Niche Finder Tools. Find out All Important Parameters for Selling on Amazon. SellGuru extension is a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SellGuru-Free Amazon Niche Finder",
  "version": "2.2.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "scripts/background.js"
  },
  "icons": {
    "16": "assets/icons/1.png",
    "48": "assets/icons/1.png",
    "128": "assets/icons/1.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*",
        "https://www.amazon.ca/*",
        "https://sell-guru.com/*",
        "https://www.amazon.co.uk/*"
      ],
      "js": [
        "scripts/content.js",
        "scripts/jquery.min.js"
      ],
      "css": [
        "assets/css/main.css"
      ]
    }
  ],
  "action": {
    "default_popup": "htmls/popup.html",
    "default_title": "amazon"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://www.amazon.com/*",
        "https://www.amazon.co.uk/*",
        "https://www.amazon.ca/*",
        "https://sell-guru.com/*"
      ]
    }
  ],
  "permissions": [
    "background",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "https://www.amazon.com/",
    "https://www.amazon.ca/",
    "https://www.amazon.co.uk/",
    "https://sell-guru.com/"
  ]
}