Infinity Event faction viewer

Infinity Event faction viewer

Enjoy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Infinity Event faction viewer",
  "version": "0.2.4.2",
  "description": "Enjoy!",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "optional_permissions": [
    "https://its.infinitythegame.com/event/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://its.infinitythegame.com/event/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://its.infinitythegame.com/event/*"
      ],
      "js": [
        "jquery.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "icon_128.png",
    "default_popup": "window.html"
  }
}