Commando

Commando

Mission: Kill everyone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Commando",
  "version": "0.1",
  "manifest_version": 3,
  "description": "Mission: Kill everyone.",
  "icons": {
    "16": "icons/161x161.png",
    "48": "icons/481x481.png",
    "128": "icons/1281x1281.png"
  },
  "action": {
    "default_icon": "icons/1281x1281.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "background1.js"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}