Pardus Skill Stats Assistant

Pardus Skill Stats Assistant

Displays your main skills in a single line on the Stats Overview page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Miche (Orion) / Sparkle (Artemis)",
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "http*://*.pardus.at/overview_stats.php*"
      ],
      "js": [
        "pardus_skill_stats_assistant.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Displays your main skills in a single line on the Stats Overview page",
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "name": "Pardus Skill Stats Assistant",
  "short_name": "Skill Stats Assistant",
  "version": "2.2"
}