POE item finder

POE item finder

Find item in your Path of Exile account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "POE item finder",
  "description": "Find item in your Path of Exile account",
  "version": "0.9.1.0",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://www.pathofexile.com/*",
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "images/icon-16x16.png",
    "128": "images/icon-128x128.png"
  }
}