eBay Hot Product Finder

eBay Hot Product Finder

Product research made easy for eBay sellers. Find out what to sell on eBay fast!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "eBay Hot Product Finder",
  "description": "Product research made easy for eBay sellers. Find out what to sell on eBay fast!",
  "version": "8.0",
  "author": "Frooition",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "128": "images/get_started128.png"
    },
    "default_title": "eBay Hot Product Finder"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.3.1.js",
        "init.js"
      ]
    }
  ],
  "icons": {
    "128": "images/get_started128.png"
  }
}