Vex 4

Vex 4

Vex 4 game to play in Chrome browser offline for free. Enjoy Vex 4 unblocked game and have fun!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Vex 4",
  "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'"
  },
  "description": "Vex 4 game to play in Chrome browser offline for free. Enjoy Vex 4 unblocked game and have fun!",
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "action": {
    "default_title": "Vex 4",
    "default_icon": "icons/32.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "res/atlas/*",
        "js/br.js",
        "res/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "version": "4.1.1",
  "content_scripts": [
    {
      "matches": [
        "https://vex-game.com/*"
      ],
      "js": [
        "img.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content.js",
        "js/core.min.js"
      ],
      "run_at": "document_start"
    }
  ]
}