1v1 LOL

1v1 LOL

1v1 LOL the online building simulator and third person shooting game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "action": {
    "default_title": "1v1 LOL",
    "default_icon": "icons/32.png"
  },
  "name": "1v1 LOL",
  "background": {
    "service_worker": "service_worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "img.js"
      ],
      "run_at": "document_start"
    }
  ],
  "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'"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "1v1 LOL the online building simulator and third person shooting game",
  "version": "2.0.7",
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "path.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}