SellerDash - Daraz Product Hunting Tool

SellerDash - Daraz Product Hunting Tool

A powerful product hunting tool for Daraz providing tools that need to succeed in a highly competitive marketplace.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SellerDash - Daraz Product Hunting Tool",
  "description": "A powerful product hunting tool for Daraz providing tools that need to succeed in a highly competitive marketplace.",
  "version": "2.0.7",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader.347f6ef0.js"
      ],
      "matches": [
        "https://www.daraz.pk/*",
        "https://www.daraz.com.bd/*",
        "https://www.daraz.com.np/*",
        "https://www.daraz.lk/*",
        "https://www.lazada.vn/*",
        "https://www.lazada.co.id/*",
        "https://www.lazada.co.th/*",
        "https://www.lazada.com.my/*",
        "https://www.lazada.sg/*",
        "https://www.lazada.com.ph/*"
      ],
      "css": [
        "assets/main.07cfb6ee.css"
      ]
    },
    {
      "js": [
        "assets/root.ts-loader.516f9ae3.js"
      ],
      "matches": [
        "http://localhost:3000/*",
        "https://localhost:3000/*",
        "https://*.sellerdash.pk/*",
        "https://sellerdash.pk/*"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://localhost:3000/*",
        "https://*.sellerdash.pk/*",
        "https://localhost:3000/*",
        "https://sellerdash.pk/*",
        "https://www.daraz.com.bd/*",
        "https://www.daraz.com.np/*",
        "https://www.daraz.lk/*",
        "https://www.daraz.pk/*",
        "https://www.lazada.co.id/*",
        "https://www.lazada.co.th/*",
        "https://www.lazada.com.my/*",
        "https://www.lazada.com.ph/*",
        "https://www.lazada.sg/*",
        "https://www.lazada.vn/*"
      ],
      "resources": [
        "src/assets/loader.gif",
        "src/assets/dummy-market.png",
        "src/assets/store-dummy.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://www.daraz.com.bd/*",
        "https://www.daraz.com.np/*",
        "https://www.daraz.lk/*",
        "https://www.daraz.pk/*",
        "https://www.lazada.co.id/*",
        "https://www.lazada.co.th/*",
        "https://www.lazada.com.my/*",
        "https://www.lazada.com.ph/*",
        "https://www.lazada.sg/*",
        "https://www.lazada.vn/*"
      ],
      "resources": [
        "assets/loader.f609e901.svg",
        "assets/sellerdash.c1b9ebe0.js",
        "assets/main.tsx.38c0acd8.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://localhost:3000/*",
        "https://*.sellerdash.pk/*",
        "https://localhost:3000/*",
        "https://sellerdash.pk/*"
      ],
      "resources": [
        "assets/sellerdash.c1b9ebe0.js",
        "assets/root.ts.f96e725a.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "action": {
    "default_icon": "src/assets/icons/icon128.png",
    "default_title": "Sellerdash - powerful daraz product hunting tool"
  },
  "icons": {
    "16": "src/assets/icons/icon16.png",
    "32": "src/assets/icons/icon32.png",
    "48": "src/assets/icons/icon48.png",
    "128": "src/assets/icons/icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/*",
      "https://localhost:3000/*",
      "https://*.sellerdash.pk/*",
      "https://sellerdash.pk/*"
    ]
  }
}