Minty || Shell Shockers

Minty || Shell Shockers

by Jayvan

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Minty || Shell Shockers",
  "description": "by Jayvan",
  "version": "1.3",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "popup.js"
      ],
      "matches": [
        "https://shellshock.io/"
      ]
    }
  ]
}