Product Search

Product Search

Search any product in one click and find same or similar goods with lower price.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "contentScript.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "128": "ic.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "scripting",
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.4.7",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "ic.png",
        "loader.css",
        "toast.css"
      ]
    }
  ]
}