Daraz Suggestions Expander

Daraz Suggestions Expander

Add more suggestions to Daraz search input.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Daraz Suggestions Expander",
  "description": "Add more suggestions to  Daraz search input.",
  "version": "1.1",
  "author": "Adil",
  "background": {
    "scripts": [
      "./js/jquery.js",
      "./js/popup.min.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "*://*.daraz.pk/*",
    "*://*.daraz.lk/*",
    "*://*.daraz.com.np/*",
    "*://*.daraz.com.bd/*",
    "*://*.shop.com.mm/*"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "popup.html"
  }
}