Better ROBLOX Logo

Better ROBLOX Logo

This extension gets back the old ROBLOX logo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Better ROBLOX Logo",
  "description": "This extension gets back the old ROBLOX logo.",
  "version": "2.0",
  "web_accessible_resources": [
    {
      "resources": [
        "/images/*.png"
      ],
      "matches": [
        "https://*.roblox.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "matches": [
        "https://*.roblox.com/*"
      ]
    }
  ]
}