Vex 6 Unblocked Game

Vex 6 Unblocked Game

Vex 6 Unblocked Game: pass all obstacles including cannons, spinning spikes, razors, and others

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vex 6 Unblocked Game",
  "description": "Vex 6 Unblocked Game: pass all obstacles including cannons, spinning spikes, razors, and others",
  "manifest_version": 3,
  "version": "1.0.0",
  "version_name": "6",
  "icons": {
    "32": "32.png",
    "128": "128.png"
  },
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "background": {
    "service_worker": "sw.js"
  },
  "action": {
    "default_title": "Vex 6 Unblocked",
    "default_icon": "32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/cache.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/script.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}