Get your Twitter bird

Get your Twitter bird

Get back your old Twitter logo and Free the Bird

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Get your Twitter bird",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://twitter.com/*"
      ]
    }
  ],
  "description": "Get back your old Twitter logo and Free the Bird",
  "permissions": [
    "activeTab"
  ],
  "version": "1.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}