Vex 7 Unblocked Game

Vex 7 Unblocked Game

Vex 7 Unblocked Game Play for Free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "32.png",
    "default_title": "Vex 7 Unblocked"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/cache.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Vex 7 Unblocked Game Play for Free",
  "icons": {
    "32": "32.png",
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Vex 7 Unblocked Game",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "version_name": "Vex 7 Unblocked",
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*"
      ],
      "resources": [
        "js/script.js"
      ]
    }
  ]
}