Esportal Pro

Esportal Pro

Enhances the experience on esportal.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Esportal Pro",
  "description": "Enhances the experience on esportal.com",
  "version": "0.0.0.8",
  "version_name": "0.0.0.8 beta",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "main.js",
        "functions.js"
      ],
      "matches": [
        "https://esportal.com/*"
      ]
    }
  ],
  "icons": {
    "128": "images/ep_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/spinner.gif"
      ],
      "matches": [
        "https://esportal.com/*"
      ]
    }
  ]
}