1v1 LOL

1v1 LOL

1v1 LOL unblocked game the online shooting game and building simulator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "sandbox": {
    "pages": [
      "iframe.html?game=1v1-lol",
      "iframe.html"
    ]
  },
  "action": {
    "default_title": "1v1 LOL Game",
    "default_icon": "images/128.png"
  },
  "version": "1.0.3",
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "content_img.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "images/128.png"
  },
  "name": "1v1 LOL",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "1v1 LOL unblocked game the online shooting game and building simulator",
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "worker.js"
  }
}