Pulse

Pulse

PULSEPROJECT - eRepublik fight tracker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pulse",
  "version": "1.2.6",
  "description": "PULSEPROJECT - eRepublik fight tracker.",
  "icons": {
    "16": "Resources/Pulse-16.png",
    "32": "Resources/Pulse-32.png",
    "48": "Resources/Pulse-48.png",
    "128": "Resources/Pulse-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "http://www.erepublik.com/*/military/battlefield/*",
    "http://www.erepublik.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.erepublik.com/*"
      ],
      "js": [
        "jquery.js",
        "pulse.js"
      ],
      "run-at": "document_end"
    }
  ]
}