Drift Hunters Unblocked

Drift Hunters Unblocked

Drift Hunters Unblocked: Play the Game in Your Browser offline

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "2.5",
  "background": {
    "service_worker": "sv.js"
  },
  "icons": {
    "32": "icon/32.png",
    "128": "icon/128.png"
  },
  "host_permissions": [
    "https://*/*"
  ],
  "default_locale": "en_US",
  "action": {
    "default_title": "Drift Hunters Unblocked",
    "default_icon": "icon/32.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon/32.png",
        "images/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'"
  },
  "sandbox": {
    "pages": [
      "play.html"
    ]
  }
}