Vex 6

Vex 6

Vex 6 game extension for chrome. Play Vex 6 unblocked game online for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Vex 6",
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "description": "Vex 6 game extension for chrome. Play Vex 6 unblocked game online for free.",
  "permissions": [
    "storage",
    "alarms"
  ],
  "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://*/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_title": "Vex 6",
    "default_icon": "icons/32.png"
  },
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "version": "1.6.4"
}