Drift Hunters Unblocked Game

Drift Hunters Unblocked Game

Drift Hunters Unblocked Game to play in browser without ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drift Hunters Unblocked Game",
  "default_locale": "en",
  "manifest_version": 3,
  "version": "1.4",
  "description": "__MSG_driftgame__",
  "icons": {
    "32": "images/32.png",
    "128": "images/128.png"
  },
  "background": {
    "service_worker": "js/sv.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/cs.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "unity/content.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_icon": "images/32.png",
    "default_title": "Drift Hunters Game"
  }
}