Jax Anime | Shell Shockers Theme

Jax Anime | Shell Shockers Theme

New Shell Shockers Theme created by Agent Adam, released on the 20th of May 2021, now compatible with the most used proxy websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jax Anime | Shell Shockers Theme",
  "version": "1",
  "author": "Agent Adam#5972",
  "description": "New Shell Shockers Theme created by Agent Adam, released on the 20th of May 2021, now compatible with the most used proxy websites",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://shellshock.io/*",
        "https://violentegg.club/*",
        "https://egghead.institute/*"
      ]
    }
  ],
  "icons": {
    "128": "egg.png"
  }
}