Obama vs. Zombies

Obama vs. Zombies

Help Obama find weapons and survivors to fight your way through waves of zombies until someone comes to your rescue!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Obama vs. Zombies",
  "description": "Help Obama find weapons and survivors to fight your way through waves of zombies until someone comes to your rescue!",
  "version": "1.0",
  "app": {
    "urls": [
      "http://chrome.funhost.net/play/?app=obamavszombies"
    ],
    "launch": {
      "web_url": "http://chrome.funhost.net/play/?app=obamavszombies"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}