Zombie Shooter Unblocked

Zombie Shooter Unblocked

Zombie Shooter is shooting game where you free the city from hordes of zombies. Now you can play on Chrome browser!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en_US",
  "name": "__MSG_appName__",
  "version": "1.0.2",
  "description": "__MSG_appDesc__",
  "offline_enabled": true,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "zombie Shooter",
    "default_icon": {
      "128": "icons/icon-128.png"
    },
    "default_popup": "load.html"
  },
  "icons": {
    "128": "icons/icon-128.png"
  }
}