Slender Zombie Time Game

Slender Zombie Time Game

You are lost alone in cold zombie infested forest and your mission is to find and kill the slender man.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Slender Zombie Time Game",
  "version": "0.1",
  "manifest_version": 3,
  "description": "You are lost alone in cold zombie infested forest and your mission is to find and kill the slender man.",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "action": {
    "default_icon": "icons/128x128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "Y8GEJZ23G.js"
  },
  "permissions": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}