Path of Exile Inventory Manager

Path of Exile Inventory Manager

Path of Exile Inventory Manager Helps you quickly find items by their stats or name.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "version": "1.0.0",
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png",
    "default_title": "Looty",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "install.js"
    ]
  },
  "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'",
  "permissions": [
    "https://www.pathofexile.com/*",
    "https://webcdn.pathofexile.com/*",
    "http://www.pathofexile.com/*",
    "http://webcdn.pathofexile.com/*",
    "storage",
    "unlimitedStorage"
  ]
}