Zombie Last Survivor

Now you can play Zombie Last Survivor right on Chrome™ Browser! Fight to survive the zombie apocalypse!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_icon": {
      "128": "128.png"
    },
    "default_title": "__MSG_appName__"
  },
  "background": {
    "service_worker": "bg.js"
  },
  "default_locale": "en_US",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4"
}