GzLegends Clean Tournaments

GzLegends Clean Tournaments

Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GzLegends Clean Tournaments",
  "description": "Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters. ",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "*://*.gamezerlegends.com/*",
    "*://*.gamezer.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/gzlegends_16.png",
      "32": "/images/gzlegends_32.png",
      "48": "/images/gzlegends_48.png",
      "128": "/images/gzlegends_128.png"
    }
  },
  "icons": {
    "16": "/images/gzlegends_16.png",
    "32": "/images/gzlegends_32.png",
    "48": "/images/gzlegends_48.png",
    "128": "/images/gzlegends_128.png"
  }
}