Dark Mode | A Mod and Shell Shockers Theme

Dark Mode | A Mod and Shell Shockers Theme

A custom dark theme for the website Shell Shockers. It also comes with mod options and many cool features!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dark Mode | A Mod and Shell Shockers Theme",
  "version": "2.06",
  "author": "An idiotic person",
  "description": "A custom dark theme for the website Shell Shockers. It also comes with mod options and many cool features!",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://shellshock.io/*",
        "https://algebra.best/*",
        "https://algebra.vip/*",
        "https://biologyclass.club/*",
        "https://deadlyegg.com/*",
        "https://deathegg.world/*",
        "https://egg.dance/*",
        "https://eggboy.club/*",
        "https://eggcombat.com/*",
        "https://eggfacts.fun/*",
        "https://egghead.institute/*",
        "https://eggisthenewblack.com/*",
        "https://eggsarecool.com/*",
        "https://geometry.best/*",
        "https://geometry.monster/*",
        "https://geometry.pw/*",
        "https://geometry.report/*",
        "https://hardboiled.life/*",
        "https://hardshell.life/*",
        "https://humanorganising.org/*",
        "https://mathactivity.xyz/*",
        "https://mathdrills.info/*",
        "https://mathdrills.life/*",
        "https://mathfun.rocks/*",
        "https://mathgames.world/*",
        "https://math.international/*",
        "https://mathlete.fun/*",
        "https://mathlete.pro/*",
        "https://new.shellshock.io/*",
        "https://overeasy.club/*",
        "https://scrambled.best/*",
        "https://scrambled.tech/*",
        "https://scrambled.today/*",
        "https://scrambled.us/*",
        "https://scrambled.world/*",
        "https://shellsocks.com/*",
        "https://shellshockers.club/*",
        "https://shellshockers.site/*",
        "https://shellshockers.us/*",
        "https://shellshockers.world/*",
        "https://softboiled.club/*",
        "https://urbanegger.com/*",
        "https://violentegg.club/*",
        "https://violentegg.fun/*",
        "https://yolk.best/*",
        "https://yolk.life/*",
        "https://yolk.rocks/*",
        "https://yolk.tech/*",
        "https://zygote.cafe/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ]
}