WCL DK Analysis

WCL DK Analysis

Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "WCL DK Analysis",
  "description": "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs",
  "version": "1.0.4",
  "action": {
    "default_icon": "icon_128.png"
  },
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.classic.warcraftlogs.com/*",
        "https://classic.warcraftlogs.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}