Path of Exile Trade Omnisearch

Path of Exile Trade Omnisearch

Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.

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 Omnisearch",
  "description": "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.",
  "version": "0.0.6",
  "action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.pathofexile.com/trade/search/*"
      ],
      "js": [
        "static/js/main.00b1da82.js"
      ],
      "css": [
        "static/css/main.31d6cfe0.css"
      ],
      "media": []
    }
  ]
}