Toxic | Shell Shockers Theme

Toxic | Shell Shockers Theme

New Shell Shockers Theme by Agent Adam, released on the 4th of March 2021!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Toxic | Shell Shockers Theme",
  "version": "1",
  "author": "Agent Adam#5972",
  "description": "New Shell Shockers Theme by Agent Adam, released on the 4th of March 2021!",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://shellshock.io/*"
      ]
    }
  ],
  "icons": {
    "128": "egg.png"
  }
}