Examine source code of Zombie Holiday

Inspect and view changes in Zombie Holiday source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zombie Holiday",
  "description": "Zombie Holiday is an arcade style game in which you play as Saint Nicholas whose defending the north pole from a zombie apocalypse.",
  "version": "1.2.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://coreysnyder.me/ZombieHolidayGame/"
    ],
    "launch": {
      "web_url": "http://coreysnyder.me/ZombieHolidayGame/"
    }
  },
  "icons": {
    "128": "zc_icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}