Pardus Message Informer

Pardus Message Informer

Changes the tab name to let you know when you have incoming unread messages and logs (including combat logs).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "http*://*.pardus.at/msgframe.php"
      ],
      "js": [
        "pardus_msg_informer.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Changes the tab name to let you know when you have incoming unread messages and logs (including combat logs).",
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "name": "Pardus Message Informer",
  "short_name": "Message Informer",
  "author": "Miche (Orion) / Sparkle (Artemis)",
  "version": "1.1"
}