XenonHunt - Shopify & Daraz Product Hunting

XenonHunt - Shopify & Daraz Product Hunting

Shopify & Daraz product hunting tool for winning products. Real-time sales data and keyword research for success.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5IMFOWgCfBotDvd9j9QQ5XwpV4qm09qhZYLLiiFOX9rnw5YHvgz+TiziBQgyUnXCve/9CJS7rzmeoxNWexTN8bUSCsrmHAjYZ6rCr1RZQKUGPk+LEI6vhGHqDHb6wb64sWyEux4hW+JGMmU/st7WBbHyko5gh/u68MWqS0M4nEPS2lY+im7aIrvHzW2hxUAbiCF10PNaCR6SNi93GVRySu53743oCy9weoQp38mKchyk+OEsk68/6jh2obLiXyDA8JgFPoITZOQFfXofUGf5Hr2kwqhbn6zH6nXe0+tFcmZNreFVIBTBYKhkItqJqcEsirDkgxg33WGNKtWoTogmuwIDAQAB",
  "name": "XenonHunt - Shopify & Daraz Product Hunting",
  "version": "2.1.6",
  "description": "Shopify & Daraz product hunting tool for winning products. Real-time sales data and keyword research for success.",
  "action": {
    "default_icon": "images/icon-48.png",
    "default_popup": "assets/popup.html"
  },
  "background": {
    "service_worker": "assets/service-worker.js",
    "type": "module"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "cookies",
    "alarms"
  ],
  "optional_permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "host_permissions": [
    "https://*.daraz.pk/*",
    "*://*.alibaba.com/*",
    "*://icbu-picture.oss-us-west-1.aliyuncs.com/*",
    "*://icbu-picture-sh.oss-cn-shanghai.aliyuncs.com/*",
    "*://*.xenonhunt.com/*",
    "*://xenonhunt.com/*"
  ],
  "externally_connectable": {
    "ids": [],
    "matches": [
      "https://*.xenonhunt.com/*",
      "https://xenonhunt.com/*"
    ],
    "accepts_tls_channel_id": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.daraz.pk/*",
        "https://*.xenonhunt.com/*"
      ],
      "js": [
        "assets/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/window.js",
        "assets/content-main.js",
        "assets/chunks/*.js",
        "images/*",
        "assets/*.png",
        "assets/*.woff",
        "assets/*.ttf"
      ]
    }
  ]
}