Boolet x Deltastorm | Shell Shockers Theme

Boolet x Deltastorm | Shell Shockers Theme

New Shell Shockers Theme by Boolet, released on the 10th of August 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": "Boolet x Deltastorm | Shell Shockers Theme",
  "version": "1.3",
  "author": "Designed by boolet#5550 | Programmed by Agent Adam#5972",
  "description": "New Shell Shockers Theme by Boolet, released on the 10th of August 2021!",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://egghead.institute/*",
        "https://shellshock.io/*",
        "https://violentegg.club/*"
      ]
    }
  ],
  "icons": {
    "128": "egg.png"
  }
}