Stormii Cloud | Shell Shockers Theme

Stormii Cloud | Shell Shockers Theme

New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Stormii Cloud | Shell Shockers Theme",
  "version": "1.5",
  "author": "Designed by Stormii Cloud#9228 | Programmed by Agent Adam#5972",
  "description": "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://egghead.institute/*",
        "*://shellshock.io/*",
        "*://violentegg.club/*",
        "*://algebra.vip/*"
      ]
    }
  ],
  "icons": {
    "128": "theme_icon.png"
  }
}