Vex 3 unbloked

Vex 3 unbloked

The Vex 3 is a adventure game in which you need to avoid traps, run, jump, roll down and swim.

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 3 unbloked",
  "version": "0.1",
  "description": "The Vex 3 is a adventure game in which you need to avoid traps, run, jump, roll down and swim.",
  "action": {
    "default_icon": "icons/128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ]
}