Path of Exile abbreviation helper.

Path of Exile abbreviation helper.

This extension adds tooltips to Path of Exile abbreviations

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 abbreviation helper.",
  "description": "This extension adds tooltips to Path of Exile abbreviations",
  "version": "0.2",
  "content_scripts": [
    {
      "js": [
        "jquery-2.1.4.min.js",
        "jquery.qtip.min.js",
        "blockspring.js",
        "highlight.js",
        "main.js"
      ],
      "css": [
        "jquery.qtip.min.css",
        "main.css"
      ],
      "matches": [
        "https://www.reddit.com/r/pathofexile/*",
        "https://www.pathofexile.com/*"
      ]
    }
  ],
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  }
}