Among Us Theme || Shell Shockers

Among Us Theme || Shell Shockers

by Jayvan & Helloworld

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Among Us Theme || Shell Shockers",
  "description": "by Jayvan & Helloworld",
  "version": "1.0",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "amongus.js"
      ],
      "matches": [
        "https://shellshock.io/"
      ]
    }
  ]
}