Esportal Enhancer

Esportal Enhancer

Better experience plugin for esportal

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Esportal Enhancer",
  "version": "0.1.8",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_popup": "src/page_action/page_action.html"
  },
  "description": "Better experience plugin for esportal",
  "options_page": "src/options_custom/index.html",
  "content_scripts": [
    {
      "css": [
        "css/styles.css"
      ],
      "run_at": "document_start",
      "js": [
        "jquery.min.js",
        "src/inject/autoclicker.js",
        "src/inject/teamcolors.js",
        "src/inject/content.js"
      ],
      "matches": [
        "https://esportal.com/*",
        "https://esportal.com/match/???",
        "https://esportal.se/*"
      ]
    }
  ]
}