Pasaley

Pasaley

Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pasaley",
  "version": "0.2.8",
  "description": "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.",
  "content_scripts": [
    {
      "matches": [
        "https://www.daraz.com.np/products/*"
      ],
      "js": [
        "config.js",
        "apexcharts.js",
        "utils.js",
        "index.js"
      ],
      "css": [
        "index.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.daraz.com.np/*"
      ],
      "js": [
        "injector.js"
      ],
      "css": [],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.daraz.com.np/*"
      ],
      "js": [
        "interceptorInjector.js"
      ],
      "css": [],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "helper.js",
        "interceptor.js"
      ],
      "matches": [
        "https://www.daraz.com.np/*"
      ]
    }
  ]
}