1v1 LOL Unblocked Game

1v1 LOL Unblocked Game

1v1 LOL Unblocked game online multiplayer Unity-based pvp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "1v1 LOL Unblocked Game",
  "version": "3.1",
  "description": "1v1 LOL Unblocked game online multiplayer Unity-based pvp",
  "icons": {
    "48": "icon/middle.png",
    "128": "icon/big.png"
  },
  "action": {
    "default_icon": "icon/small.png",
    "default_title": "1v1 LOL Unblocked"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "unity/script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "unity/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}