Path of Exile Trade - Fuzzy Search

Path of Exile Trade - Fuzzy Search

Automatically inserts ~ for fuzzy searches on patheofexile.com/trade

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Path of Exile Trade - Fuzzy Search",
  "description": "Automatically inserts ~ for fuzzy searches on patheofexile.com/trade",
  "version": "0.3.1",
  "content_scripts": [
    {
      "matches": [
        "*://*.pathofexile.com/trade*"
      ],
      "js": [
        "fuzzySearch.js"
      ]
    }
  ]
}