Survival Game - Squid Game_

Survival Game - Squid Game_

Survival game is an adventure game that challenges us as much as it is fun. Try to survive in each mini-game to win.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "name": "Survival Game - Squid Game_",
  "description": "Survival game is an adventure game that challenges us as much as it is fun. Try to survive in each mini-game to win.",
  "version": "2.4",
  "homepage_url": "https://724fun.com/2022/10/29/survival-game/",
  "offline_enabled": true,
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "action": {
    "default_icon": "icons/icon-128.png",
    "default_title": "Survival Game for Edge",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "javas/anainout.js"
  }
}