Freebird - X (Twitter) Logo Replacer

Freebird - X (Twitter) Logo Replacer

Restores the twitter logo/favicon to X (twitter) & brings back the original Twitter experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Freebird - X (Twitter) Logo Replacer",
  "version": "1.26",
  "description": "Restores the twitter logo/favicon to X (twitter) & brings back the original Twitter experience.",
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}