Path of Exile Ladder

Path of Exile Ladder

Take a look of the Path of exile ladder directly from your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Path of Exile Ladder",
  "version": "1.0.3",
  "description": "Take a look of the Path of exile ladder directly from your browser",
  "icons": {
    "16": "icons/img16.png",
    "48": "icons/img48.png",
    "128": "icons/img128.png"
  },
  "browser_action": {
    "default_icon": "icons/img38.png",
    "default_title": "POE LADDER",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "http://api.pathofexile.com/"
  ]
}