Zombie Blitz - Kill All Zombies!

Zombie Blitz - Kill All Zombies!

Even back in the 60s, they struggled with the odd zombie infestation. Help defend the town and try not to get bitten!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Zombie Blitz - Kill All Zombies!",
  "description": "Even back in the 60s, they struggled with the odd zombie infestation. Help defend the town and try not to get bitten!",
  "version": "1.0",
  "app": {
    "urls": [
      "http://chrome.funhost.net/play/?app=zombieblitz"
    ],
    "launch": {
      "web_url": "http://chrome.funhost.net/play/?app=zombieblitz"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}