Zombocalypse [updated]

Zombocalypse [updated]

Play your favorite Zombocalype unblocked game 🎮 even after the flash player is disabled forever!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zombocalypse [updated]",
  "description": "Play your favorite Zombocalype unblocked game 🎮 even after the flash player is disabled forever!",
  "manifest_version": 3,
  "icons": {
    "32": "images/32.png",
    "128": "images/128.png"
  },
  "version": "0.0.1",
  "default_locale": "en",
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self' 'wasm-unsafe-eval'"
  },
  "sandbox": {
    "pages": [
      "index.html"
    ]
  }
}