Pardus Missions To Rank

Pardus Missions To Rank

Shows the number of missions completed and number remaining until the next mission in the Stats Overview page

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/overview_stats.php"
      ],
      "js": [
        "pardus_missions_to_rank.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Shows the number of missions completed and number remaining until the next mission in the Stats Overview page",
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "name": "Pardus Missions To Rank",
  "short_name": "Missions To Rank",
  "author": "Miche (Orion) / Sparkle (Artemis)",
  "version": "1.0"
}