Merch Title Hunter

Merch Title Hunter

This extension provides laser-targeted Merch by Amazon research by focusing on keywords only in the product title!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Merch Title Hunter",
  "manifest_version": 2,
  "author": "J&R Apps",
  "version": "5.0.2",
  "description": "This extension provides laser-targeted Merch by Amazon research by focusing on keywords only in the product title!",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Merch Title Hunter",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "*://api.gumroad.com/*",
    "contextMenus"
  ]
}