Return Twitter Bird

Return Twitter Bird

Extension to restore the iconic Twitter logo, for those who think the X looks tacky.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Return Twitter Bird",
  "version": "1.1",
  "description": "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*",
        "*://x.com/*"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}