FACEIT Visuals

FACEIT Visuals

FACEIT Visuals helps the user for better experience on the platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FACEIT Visuals",
  "description": "FACEIT Visuals helps the user for better experience on the platform",
  "version": "3.4.5",
  "manifest_version": 3,
  "icons": {
    "16": "./icon16x16.png",
    "48": "./icon48x48.png",
    "128": "./icon128x128.png"
  },
  "content_scripts": [
    {
      "js": [
        "setter.js",
        "foreground.js",
        "content.js",
        "contentScript.js"
      ],
      "exclude_matches": [
        "*://*.steamcommunity.com/id/*/allcomments*",
        "*://*.steamcommunity.com/profiles/*/allcomments*"
      ],
      "matches": [
        "https://www.faceit.com/*",
        "*://*.steamcommunity.com/id/*",
        "*://*.steamcommunity.com/profiles/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "admin.png",
        "insider.png",
        "gold.png",
        "legend.png",
        "pro.png",
        "vip.png",
        "ropl1.png",
        "jun.png",
        "shadi.png",
        "dev.png",
        "cs.png",
        "youtuber.png",
        "twitch.png",
        "faceit.png",
        "shadii.png",
        "logof.png",
        "discord.png",
        "twitter.png",
        "paypal.png",
        "logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [],
  "host_permissions": [
    "https://www.faceit.com/*",
    "https://api.faceit.com/"
  ]
}