ShopifyHunt - Shopify™ store parser & spy

ShopifyHunt - Shopify™ store parser & spy

Free Shopify spy and store parser tool.Get all information of the shopify store with one click, and export it with one click.

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.4.3",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://sellercenter.io",
  "default_locale": "en",
  "permissions": [
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.findniche.com/*"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js",
        "js/kodepayContent.js"
      ],
      "css": [
        "css/main.css",
        "css/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "img/icon48.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "icon/*",
        "reviews_icon/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
  }
}