Squid All Levels

Squid All Levels

Survival Squid games are becoming a reality in the modern world. There will be only one winner in a Squid Game All Levels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Squid All Levels",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Survival Squid games are becoming a reality in the modern world. There will be only one winner in a Squid Game All Levels",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "browser_action": {
    "default_icon": "icons/128x128.png"
  },
  "default_locale": "en",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "script.js",
      "jquery-3.2.1.min.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}