news_19 | Shell Shockers Theme

news_19 | Shell Shockers Theme

New Shell Shockers Theme by Skullgeto#0001, released on 14th of September 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": "news_19 | Shell Shockers Theme",
  "version": "1",
  "author": "Designed and Programmed by Skullgeto#0001 | Uploaded by news#5907",
  "description": "New Shell Shockers Theme by Skullgeto#0001, released on 14th of September 2022!",
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://egghead.institute/*",
        "https://shellshock.io/*",
        "https://violentegg.club/*",
        "https://deadlyegg.com/*",
        "https://geometry.monster/*",
        "https://humanorganising.org/*",
        "https://algebra.vip/*",
        "https://mathdrills.info/*"
      ]
    }
  ],
  "icons": {
    "128": "egg.png"
  }
}