Death Shot Zombies

Death Shot Zombies

The new 3D first-person shooting game of the year, As the only survivor take up your weapons and kill the zombies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.5",
  "default_locale": "en",
  "icons": {
    "128": "128icon.png"
  },
  "app": {
    "urls": [
      "http://www.droidpowerstudios.com/chrome/death_shot_zombies/death_shot_zombies.html"
    ],
    "launch": {
      "web_url": "http://www.droidpowerstudios.com/chrome/death_shot_zombies/death_shot_zombies.html"
    }
  }
}