Hazard | Shell Shockers Theme

Hazard | Shell Shockers Theme

A shellshockers theme for Hazard!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hazard | Shell Shockers Theme",
  "version": "1.3",
  "author": "Designed by Hazard | Programmed by Magma#9993",
  "description": "A shellshockers theme for Hazard!",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://egghead.institute/*",
        "https://shellshock.io/*",
        "https://violentegg.club/*"
      ]
    }
  ],
  "icons": {
    "128": "egg.png"
  }
}