WalmartHunt-Walmart Dropshipping Tools

WalmartHunt-Walmart Dropshipping Tools

Walmart dropshipping product research tool and improve listing page for Walmart sellers and brands.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.2.15",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://etsyhunt.com/",
  "default_locale": "en",
  "permissions": [
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.etsyhunt.com/*",
    "*://*.findniche.com/*"
  ],
  "icons": {
    "48": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.walmart.com/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/content-scripts.js"
      ],
      "css": [
        "css/content-script.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icons/icon128.png",
    "default_title": "WalmartHunt",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "icons/*"
      ],
      "matches": [
        "*://*.etsyhunt.com/*",
        "*://*.walmart.com/*",
        "*://*.findniche.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
  }
}