Inspect and view changes in Zombie Invasion 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",
"manifest_version": 2,
"name": "Zombie Invasion",
"description": "Survive the zombie horde as long as possible avoiding them from crossing the bridge.",
"version": "1.0.2",
"app": {
"urls": [
"http://www.gamehitzone.com/mobile/zombie-invasion/play.html"
],
"launch": {
"web_url": "http://www.gamehitzone.com/play-online/zombie-invasion.html"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": []
}